MapGuide API Reference
|
virtual void MgCollection::RemoveAt | ( | INT32 | index | ) | [pure virtual] |
Removes the specified item from the collection.
virtual void RemoveAt(int index); |
virtual void RemoveAt(int index); |
virtual void RemoveAt(int index); |
index | (int) Input index |
MgIndexOutOfRangeException |
Implemented in MgPropertyDefinitionCollection, MgPropertyCollection, MgParameterCollection, MgBatchPropertyCollection, MgIntCollection, MgClassDefinitionCollection, MgFeatureSchemaCollection, and MgStringCollection.