MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual void MgCollection::RemoveAt ( INT32  index) [pure virtual]

Removes the specified item from the collection.

.NET Syntax
virtual void RemoveAt(int index);
Java Syntax
virtual void RemoveAt(int index);
PHP Syntax
virtual void RemoveAt(int index);
Parameters:
index(int) Input index
Returns:
Returns nothing.
Exceptions:
MgIndexOutOfRangeException

Implemented in MgPropertyDefinitionCollection, MgPropertyCollection, MgParameterCollection, MgBatchPropertyCollection, MgIntCollection, MgClassDefinitionCollection, MgFeatureSchemaCollection, and MgStringCollection.