←Select platform

CanUngroup Property

Summary
Gets a value indicating whether this AnnAutomation is in a state where objects can be ungrouped.
Syntax
C#
VB
Objective-C
C++
Java
public bool CanUngroup { get; } 
Public ReadOnly Property CanUngroup As Boolean 
@property (nonatomic, readonly) BOOL canUngroup; 
public boolean canUngroup(); 
public:  
   property bool CanUngroup 
   { 
      bool get() 
   } 

Property Value

true if this AnnAutomation is in a state where objects can be ungrouped; otherwise, false.

Remarks

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.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.