Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomationManager Class : CurrentObjectId Property |
public int CurrentObjectId {get; set;}
'Declaration
Public Property CurrentObjectId As Integer
public int CurrentObjectId {get; set;}
@property (nonatomic) int currentObjectId;
public int getCurrentObjectId() public void setCurrentObjectId(int id)
<br/>get_CurrentObjectId();<br/>set_CurrentObjectId(value);<br/>Object.defineProperty('CurrentObjectId');
The current automation object ID is the AnnAutomationObject.Id of the AnnAutomationObject currently selected. This object is the "active" object to be drawn on the current active AnnAutomation.
The CurrentObjectIdChanged event is fired when this property is changed.
For an example, refer to Draw.