←Select platform

CanGroup Property

Summary
Gets a value indicating whether this AnnAutomation is in a state where objects can be grouped together.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool CanGroup { get; } 
@property (nonatomic, assign, readonly) BOOL canGroup; 
public boolean canGroup(); 
public:  
   property bool CanGroup 
   { 
      bool get() 
   } 
CanGroup # get  (AnnAutomation) 

Property Value

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

Remarks

The AnnAutomation is in a state where objects can be grouped together when 2 or more objects are in an edit state.

For more information about grouping and ungrouping, refer to Grouping and Ungrouping Annotation Objects.

Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly

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