MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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 .