MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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 .