Web API Reference MapGuide Open Source
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.


Comments or suggestions? Send us feedback.