MapGuide API Reference
|
void MgParameterCollection::SetItem | ( | INT32 | index, |
MgParameter * | value | ||
) |
Sets the item in the collection at the specified index to the specified value.
void SetItem(int index, MgParameter value); |
void SetItem(int index, MgParameter value); |
void SetItem(int index, MgParameter value); |
index | (int) Input index. |
value | (MgParameter) Input value. |
MgIndexOutOfRangeException | if the index is out of range. |
MgDuplicateObjectException | if it is a duplicate. |