←Select platform

Group Method

Summary
Groups all of the AnnObjects in SelectedObjects into an AnnGroupObject.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public void Group( 
   string groupName 
) 
- (void)group:(NSString *)groupName NS_SWIFT_NAME(group(name:)); 
- (void)ungroup:(NSString *)groupName NS_SWIFT_NAME(ungroup(name:)); 
public void group(String groupName) 
public:  
   void Group( 
      String^ groupName 
   ) 
def Group(self,groupName): 

Parameters

groupName
The name of the new AnnGroupObject that this method creates.

Remarks

Calling this method will create a new AnnGroupObject, add all of the SelectedObjects into the group and add the group to the AnnContainer.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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