Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgMapPlotCollection
Add
Clear
Contains
Contains
GetCount
GetItem
GetItem
IndexOf
IndexOf
Insert
MgMapPlotCollection
Remove
RemoveAt
SetItem
void MgMapPlotCollection::RemoveAt
(
INT32
index
)
Removes a MapPlot 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 MapPlot does not exist in the collection.
Comments or suggestions? Send us
feedback
.