Accusoft NotateXpress 13
GrpCreateGroup Method
The handle of a layer returned by the CreateLayer method.
The name of the group to create.
A value which is associated with the new group.
Description
Creates an empty annotation group.
Syntax
Visual Basic
Public Function GrpCreateGroup( _
   ByVal layerHandle As Long, _
   ByVal name As String, _
   ByVal userLong As Long _
) As Long
Parameters
layerHandle
The handle of a layer returned by the CreateLayer method.
name
The name of the group to create.
userLong
A value which is associated with the new group.
Return Type
The group ID of the newly created group.
Remarks

You can subsequently add and remove annotation elements from this group.

Putting annotation elements in a group lets you manipulate these items programmatically as a group, and enables user interface group manipulation of annotation elements.

Note: Groups are associated with specific layers.

See Also

NotateXpress Object  | NotateXpress Members  | Groups

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback