Click or drag to resize

LayerCollectionIsSelectableBase Method

Retrieves if the layer is selectable without 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 IsSelectableBase(
	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 without taking the exclusive selectable flag into account.
See Also