←Select platform

Group Method

Summary

Groups all of the AnnObjects in SelectedObjects into an AnnGroupObject.

Syntax

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

Leadtools.Annotations.Core Assembly