MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

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:
MgIndexOutOfRangeExceptionif the specified index is out of range.