MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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:
MgOutOfRangeExceptionif the specified index is out of range.