←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI.WinForms Assembly