Accusoft NotateXpress 13
PrgSetItemUserString Method
The handle of a layer returned by the CreateLayer method.
The handle of an element returned by the ElementAppend method.
The value which is associated with the given element.
Description
Sets a string that the application may associate with a specific element for the specific layer.
Syntax
Visual Basic
Public Sub PrgSetItemUserString( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByVal userString As String _
) 
Parameters
layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
userString
The value which is associated with the given element.
Remarks

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

The default value is NULL.

See Also

NotateXpress Object  | NotateXpress Members  | Modifying Existing Annotations

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback