AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual void MgPropertyDefinitionCollection::RemoveAt ( INT32  index  )  [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 

Implements MgCollection.