Gets or sets the current automation object ID.
public int CurrentObjectId { get; set; }
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');
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.
For an example, refer to Draw.
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