Gets a value indicating whether this AnnAutomation is in a state where it can deselect objects.
Object.defineProperty(AnnAutomation.prototype, 'canSelectNone',
get: function()
)
canSelectNone: boolean; // read-only
true if objects in this AnnAutomation can be deselected; otherwise, false.
If the AnnAutomation contains one or more AnnObject objects that are currently being edited (selected), then this property will return true.
Call the SelectObjects(null) method to deselect all of the automation objects.
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