Click or drag to resize

LayerCollectionIsSelectable Method

Retrieves if the layer is selectable taking into account whether it is exclusively selectable.

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

Parameters

layer
Type: Ptv.XServer.Controls.Map.LayersILayer
Layer, which is requested for its selection behavior.

Return Value

Type: Boolean
True, if the selectable flag is set to true, taking the exclusive selectable flag into account. It is false if another layer is marked as exclusive selectable.
See Also