[]
        
(Showing Draft Content)

C1.FlexMap.IMapDevice.SetLayerVisible

SetLayerVisible Method

SetLayerVisible(IMapLayer, bool)

Sets the visibility of the map layer.

Declaration
void SetLayerVisible(IMapLayer layer, bool visible)
Parameters
Type Name Description
IMapLayer layer

The layer to be rendered.

bool visible

The visibility of the layer.

Remarks

The visibility of the layer is affect by C1.FlexMap.IMapLayer.Visible and C1.FlexMap.IMapLayer.Lod.