MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual void MgLayerBase::SetSelectable ( bool  selectable) [virtual]

Specifies whether features on the layer are selectable.

.NET Syntax
void SetSelectable(bool selectable);
Java Syntax
void SetSelectable(boolean selectable);
Parameters:
selectable(boolean/bool) True if features should be selectable on this layer, false otherwise.
Returns:
Returns nothing.