Click or drag to resize

LayerCollectionIsVisible Method

Retrieves for a layer whether it is visible.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public bool IsVisible(
	ILayer layer
)

Parameters

layer
Type: Ptv.XServer.Controls.Map.LayersILayer
Layer to look for its visibility.

Return Value

Type: Boolean
True, if the layer exists and it is set to visible, otherwise false.
See Also