Sets the visible state for a specific layer.
Visual Basic |
---|
Public Sub SetVisible( _ ByVal layerHandle As Long, _ ByVal newVal As Boolean _ ) |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- newVal
- If the layer is visible.
The default value is True.