Gets a value that indicates whether the this AnnAutomation is in a state where any object can be selected.
public virtual bool CanSelectObjects { get; }
Public Overridable ReadOnly Property CanSelectObjects As Boolean
public virtual bool CanSelectObjects {get;}
@property (nonatomic,readonly) BOOL canSelectObjects;
public boolean canSelectObjects()
get_CanSelectObjects();
public:
virtual property bool CanSelectObjects
{
bool get()
}
true if this AnnAutomation is in a state where any object can be selected; otherwise, it is false.
If the AnnAutomation contains one or more AnnObject objects, then this property will return true. Selecting an object in AnnAutomation is the equivalent of starting its AnnEditDesigner. Call the SelectObject or SelectObjects methods to select one or any group of the annotation 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