Sets the name for a specific element for the specific layer.
Visual Basic |
---|
Public Sub PrgSetItemName( _ ByVal layerHandle As Long, _ ByVal seqNum As Long, _ ByVal name As String _ ) |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- seqNum
- The handle of an element returned by the ElementAppend method.
- name
- The new name for this element.
The default value is a null string.
Note: No checks are made for duplicate names.