Sets a long that the application may associate with a specific element for the specific layer.
Visual Basic |
---|
Public Sub PrgSetItemUserLong( _ ByVal layerHandle As Long, _ ByVal seqNum As Long, _ ByVal value As Long _ ) |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- seqNum
- The handle of an element returned by the ElementAppend method.
- value
- The value which is associated with the given element
The UserLong is a long value allocated by each element and reserved for use by the application to store a private long value to associate to an element.