Sets the name for the specified layer.
Visual Basic |
---|
Public Sub SetLayerName( _ ByVal layerHandle As Long, _ ByVal newVal As String _ ) |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- newVal
- The name for the layer.