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