Click or drag to resize

LayerCollectionSetSelectable Method

Sets the selectable flag of the layer, if the layer is not exclusive selectable.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public void SetSelectable(
	ILayer layer,
	bool selectable
)

Parameters

layer
Type: Ptv.XServer.Controls.Map.LayersILayer
Layer, which should be modified in its selection behavior.
selectable
Type: SystemBoolean
If the selectable flag is set to true, the layer selects objects.
See Also