Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgMapPlotCollection
Add
Clear
Contains
Contains
GetCount
GetItem
GetItem
IndexOf
IndexOf
Insert
MgMapPlotCollection
Remove
RemoveAt
SetItem
MgMapPlot
* MgMapPlotCollection::GetItem
(
INT32
index
)
Gets the MapPlot at the specified index.
.NET Syntax
MgMapPlot
GetItem(int index);
Java Syntax
MgMapPlot
GetItem(int index);
PHP Syntax
MgMapPlot
GetItem(int index);
Parameters:
index
(int) Index of the map to get.
Returns:
Returns the specified
MgMapPlot
object.
Exceptions:
MgOutOfRangeException
if the index is invalid.
Comments or suggestions? Send us
feedback
.