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
Syntaxpublic bool IsSelectableBase(
	ILayer layer
)
Public Function IsSelectableBase ( 
	layer As ILayer
) As Boolean
public:
bool IsSelectableBase(
	ILayer^ layer
)
member IsSelectableBase : 
        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 without taking the exclusive selectable flag into
            account.
See Also