MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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:
MgOutOfRangeExceptionif the map does not exist in the collection.