|
MapGuide API Reference
|
| void MgParameterCollection::RemoveAt | ( | INT32 | index | ) | [virtual] |
Removes the specified item from the collection.
| void RemoveAt(int index); |
| void RemoveAt(int index); |
| void RemoveAt(int index); |
| index | (int) Input index. |
| MgIndexOutOfRangeException |
Implements MgCollection.