AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgMapCollection::RemoveAt ( INT32  index  ) 

Removes a map from the collection at the specified index.

.NET Syntax
void RemoveAt(int index);
Java Syntax
void RemoveAt(int index);
PHP Syntax
void RemoveAt(int index);

Parameters:
index (int) Index of the map to be removed.
Returns:
Returns nothing.
Exceptions:
MgOutOfRangeException if the map does not exist in the collection.