MapGuide API Reference
|
MgLayerBase* MgReadOnlyLayerCollection::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. |
MgOutOfRangeException | if the index is invalid. |