Gets or sets the current automation object ID.
public int CurrentObjectId { get; set; }
Public Property CurrentObjectId As Integer
@property (nonatomic) int currentObjectId;
public int getCurrentObjectId()
public void setCurrentObjectId(int id)
public:
property Int32 CurrentObjectId
{
Int32 get()
void set(Int32 value)
}
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document