Accusoft NotateXpress 12
GrpCreateGroup Method
See Also  Send comments on this topic.
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.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : GrpCreateGroup Method

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.