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

Glossary Item Box

Description

Gets the sequence number of the first annotation element in an enumeration sequence of annotation elements in the specified group.

Syntax

Visual Basic
Public Function GrpGetFirstItem( _
   ByVal layerHandle As Long, _
   ByVal groupID As Long _
) As Long

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
groupID
The handle of a group returned by the GrpCreateGroup method.

Return Type

The sequence number of the first annotation element within the given group.

Remarks

A value of zero indicates there are no annotation elements in the given group.

See Also

©2013. Accusoft Corporation. All Rights Reserved.