public int CurrentObjectId {get; set;}
public int CurrentObjectId {get; set;}
@property (nonatomic) int currentObjectId;
public int getCurrentObjectId() public void setCurrentObjectId(int id)
get_CurrentObjectId();
set_CurrentObjectId(value);
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 FindObjectById.