Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomation Class : CanUngroup Property |
public bool CanUngroup {get;}
'Declaration
Public ReadOnly Property CanUngroup As Boolean
public bool CanUngroup {get;}
@property (nonatomic, readonly) BOOL canUngroup;
public boolean canUngroup();
get_CanUngroup();
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.