Accusoft NotateXpress 12
GrpGroupIDFromName Method
See Also  Send comments on this topic.
layerHandle
The handle of a layer returned by the CreateLayer method.
name
The user assigned name of the group.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : GrpGroupIDFromName Method

Glossary Item Box

Description

Gets the GroupID for the specified group name.

Syntax

Visual Basic
Public Function GrpGroupIDFromName( _
   ByVal layerHandle As Long, _
   ByVal name As String _
) As Long

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
name
The user assigned name of the group.

Return Type

The GroupID with the given name.

When a Group with the specified name cannot be found, this method returns 0.

Remarks

Group names are user assigned names, and are not checked for duplication.

See Also

©2013. Accusoft Corporation. All Rights Reserved.