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
Syntaxpublic bool IsSelectable(
	ILayer layer
)
Public Function IsSelectable ( 
	layer As ILayer
) As Boolean
public:
bool IsSelectable(
	ILayer^ layer
)
member IsSelectable : 
        layer : ILayer -> bool 
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