|
MapGuide API Reference
|
| MgLayerGroup* MgLayerGroupCollection::GetItem | ( | INT32 | index | ) |
Gets the layer group at the specified index.
| MgLayerGroup GetItem(int index); |
| MgLayerGroup GetItem(int index); |
| MgLayerGroup GetItem(int index); |
| index | (int) Index of the layer group to get. |
| MgIndexOutOfRangeException | if the specified index is out of range. |