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
)
Public Sub SetSelectable (
layer As ILayer,
selectable As Boolean
)
public:
void SetSelectable(
ILayer^ layer,
bool selectable
)
member SetSelectable :
layer : ILayer *
selectable : bool -> unit
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