Gets or sets the current automation object ID.
Object.defineProperty(AnnAutomationManager.prototype, 'currentObjectId',
get: function(),
set: function(value)
)
currentObjectId: number;
The current automation object ID. The default value is AnnObject.None
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 AnnAutomationManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET