SetLayerVisible Method (IMapDevice)
In This Topic
Sets the visibility of the map layer.
Syntax
'Declaration
Sub SetLayerVisible( _
ByVal As IMapLayer, _
ByVal As Boolean _
)
void SetLayerVisible(
IMapLayer ,
bool
)
Parameters
- layer
- The layer to be rendered.
- visible
- The visibility of the layer.
See Also