Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgLayerBase
ForceRefresh
GetClassDefinition
GetDisplayInLegend
GetExpandInLegend
GetFeatureClassName
GetFeatureGeometryName
GetFeatureSourceId
GetGroup
GetLayerDefinition
GetLayerType
GetLegendLabel
GetName
GetObjectId
GetSelectable
GetVisible
IsVisible
MgLayerBase
NeedsRefresh
SelectAggregate
SelectFeatures
SetDisplayInLegend
SetGroup
SetLayerDefinition
SetLegendLabel
SetName
SetSelectable
SetVisible
UpdateFeatures
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
.