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