Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgLayerGroup
GetDisplayInLegend
GetExpandInLegend
GetGroup
GetLayerGroupType
GetLegendLabel
GetName
GetObjectId
GetVisible
IsVisible
MgLayerGroup
SetDisplayInLegend
SetGroup
SetLegendLabel
SetVisible
virtual bool MgLayerGroup::GetDisplayInLegend
(
)
[virtual]
Determines whether an entry for the group should appear in the legend.
.NET Syntax
bool
GetDisplayInLegend()
;
Java Syntax
boolean
GetDisplayInLegend()
;
PHP Syntax
bool
GetDisplayInLegend()
;
Returns:
Returns true if the group should appear in the legend, or false otherwise.
Example (PHP)
See
MgMapBase class
.
Comments or suggestions? Send us
feedback
.