Web API Reference MapGuide Open Source
virtual bool MgLayerBase::GetSelectable (  )  [virtual]

Determines whether features on the layer are selectable.

.NET Syntax
bool GetSelectable();
Java Syntax
boolean GetSelectable();
PHP Syntax
bool GetSelectable();

Returns:
Returns true if features are selectable on this layer, or false otherwise.
Example (PHP)
See MgMapBase class .


Comments or suggestions? Send us feedback.