Gets a value indicating whether this AnnAutomation is in a state where objects can be ungrouped.
public bool CanUngroup { get; }
Public ReadOnly Property CanUngroup As Boolean
public bool CanUngroup {get;}
@property (nonatomic, readonly) BOOL canUngroup;
public boolean canUngroup();
get_CanUngroup();
public:
property bool CanUngroup
{
bool get()
}
true if this AnnAutomation is in a state where objects can be ungrouped; otherwise, false.
The AnnAutomation is in a state where objects can be ungrouped if the object currently being edited is the AnnSelectionObject of the current AnnContainer and this object contains other items in its children property.
For more information about grouping and ungrouping, refer to Grouping and Ungrouping 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