Documentation / AutoCAD Map 3D Geospatial Platform API / AutoCAD Map 3D 2009 Geospatial Platform Reference
AutoCAD Map 3D 2009 Geospatial Platform Reference
From AutoCAD Map 3D Geospatial Platform API
virtual void MgCoordinateCollection::RemoveAt
(
INT32
index
)
[virtual]
Removes the coordinate at the specified index from the collection. Throws an invalid argument exception if the index does not exist within 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) Index of the coordinate to remove.
Exceptions: