AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgLayerGroup* MgLayerGroupCollection::GetItem ( INT32  index  ) 

Gets the layer group at the specified index.

.NET Syntax
MgLayerGroup GetItem(int index);
Java Syntax
MgLayerGroup GetItem(int index);
PHP Syntax
MgLayerGroup GetItem(int index);

Parameters:
index (int) Index of the layer group to get.
Returns:
Returns the layer group.
Exceptions:
MgIndexOutOfRangeException if the specified index is out of range.