←Select platform

GroupSelectedObjects Method

Summary

Group the selected objects using the specified name.

Syntax
C#
VB
C++
public void GroupSelectedObjects( 
   string groupName 
) 
Public Sub GroupSelectedObjects( 
   ByVal groupName As String 
) 
public:  
   void GroupSelectedObjects( 
      String^ groupName 
   ) 

Parameters

groupName

Group name to use.

Remarks

This method will loop through all the currently selected objects in the page and set the value of AnnObject.GroupName to groupName.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

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