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 void MgLayerGroup::SetLegendLabel
(
CREFSTRING
legendLabel
)
[virtual]
Sets the label to be displayed for the group in the legend.
.NET Syntax
void SetLegendLabel(string legendLabel);
Java Syntax
void SetLegendLabel(String legendLabel);
PHP Syntax
void SetLegendLabel(string legendLabel);
Parameters:
legendLabel
(String/string) Legend label.
Returns:
Returns nothing.
Comments or suggestions? Send us
feedback
.