MapGuide API Reference
|
void MgMapCollection::SetItem | ( | INT32 | index, |
MgMapBase * | value | ||
) |
Sets the map in the collection at the specified index to a specified value.
void SetItem(int index, MgMapBase value); |
void SetItem(int index, MgMapBase value); |
void SetItem(int index, MgMapBase value); |
index | (int) Position in the collection to set the MgMapBase. |
value | (MgMapBase) MgMapBase to be set in the collection. |
MgOutOfRangeException | if the index is out of range. |