←Select platform

Ungroup Method

Summary

Ungroups the AnnGroupObject specified by groupName.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void Ungroup( 
   string groupName 
) 
Public Sub Ungroup( _ 
   ByVal groupName As String _ 
)  
public void Ungroup(  
   string groupName 
) 
-(void) unGroup:(NSString*)aGroupName; 
public void unGroup(String groupName) 
 function Leadtools.Annotations.Core.AnnSelectionObject.Ungroup(  
   groupName  
) 
public:  
   void Ungroup( 
      String^ 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly