MapGuide API Reference
|
void MgLayerCollection::SetItem | ( | INT32 | index, |
MgLayerBase * | value | ||
) |
Sets the layer in the collection at the specified index to the specified value.
void SetItem(int index, MgLayerBase value); |
void SetItem(int index, MgLayerBase value); |
void SetItem(int index, MgLayerBase value); |
index | (int) Position in the collection to set the layer. |
value | (MgLayerBase) MgLayerBase to be set in the collection. |
MgIndexOutOfRangeException | if the specified index is out of range. |