←Select platform

Ungroup Method

Summary
Ungroups the AnnGroupObject specified by  groupName.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public void Ungroup( 
   string groupName 
) 
- (void)ungroup:(NSString *)groupName NS_SWIFT_NAME(ungroup(name:)); 
public void unGroup(String groupName) 
public:  
   void Ungroup( 
      String^ groupName 
   ) 
def Ungroup(self,groupName): 

Parameters

groupName
The name of the AnnGroupObject to be ungrouped.

Remarks

Calling this method will ungroup all of the objects in the specified AnnGroupObject, add them to the AnnContainer, and destroy the AnnGroupObject.

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.