Gets or sets a value indicating whether the object is selected.
Object.defineProperty(AnnObject.prototype, 'isSelected',
get: function(),
set: function(value)
)
isSelected: boolean;
true if the object is selected; otherwise, false. The default value is false.
This value is used by the automation framework to keep track of selected objects. In none automated mode, you can use the value of IsSelected as a general property that indicate whether an object is selected.
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