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 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);
PHP Syntax
void
SetSelectable(bool selectable)
;
Parameters:
selectable
(boolean/bool) True if features should be selectable on this layer, false otherwise.
Returns:
Returns nothing.
Comments or suggestions? Send us
feedback
.