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::Insert
(
INT32
index
,
MgMapPlot
*
value
)
Inserts a MapPlot at a specified index within the collection.
Remarks:
MapPlots following the insertion point are moved down to accommodate the new MapPlot.
.NET Syntax
void Insert(int index, MgMapPlot value);
Java Syntax
void Insert(int index, MgMapPlot value);
PHP Syntax
void Insert(int index, MgMapPlot value);
Parameters:
index
(int) Position in the collection to insert the
MgMapPlot
.
value
(
MgMapPlot
)
MgMapPlot
to be inserted in the collection.
Returns:
Returns nothing.
Exceptions:
MgOutOfRangeException
if the specified index is out of range.
Comments or suggestions? Send us
feedback
.