group Method

Summary

Groups all of the AnnObjects in SelectedObjects into an AnnGroupObject.

Syntax

JavaScript Syntax
AnnSelectionObject.prototype.group = function(groupName) 
TypeScript Syntax
group(groupName: string): void; 

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