Accusoft NotateXpress 12
GrpSetUserString 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.
userString
A value which can be associated for the specified group.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : GrpSetUserString Method

Glossary Item Box

Description

Sets a string that the application may associate for the specified group.

Syntax

Visual Basic
Public Sub GrpSetUserString( _
   ByVal layerHandle As Long, _
   ByVal groupID As Long, _
   ByVal userString As String _
) 

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
groupID
The handle of a group returned by the GrpCreateGroup method.
userString
A value which can be associated for the specified group.

Remarks

The UserString is a text value allocated by each group and reserved for use by the application to store a private text value to associate to a group.

The default value is NULL.

See Also

©2013. Accusoft Corporation. All Rights Reserved.