Web API Reference MapGuide Open Source
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.