AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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 .