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
MgLayerGroup
* MgLayerGroup::GetGroup
(
)
[virtual]
Gets the group this group is organized within.
.NET Syntax
MgLayerGroup
GetGroup()
;
Java Syntax
MgLayerGroup
GetGroup()
;
PHP Syntax
MgLayerGroup
GetGroup()
;
Returns:
Returns the parent group, or NULL if the group is at the top level of the hierarchy.
Example (PHP)
See
MgMapBase class
.
Comments or suggestions? Send us
feedback
.