MapGuide API Reference
|
void MgMapPlotCollection::Insert | ( | INT32 | index, |
MgMapPlot * | value | ||
) |
Inserts a MapPlot at a specified index within the collection.
void Insert(int index, MgMapPlot value); |
void Insert(int index, MgMapPlot value); |
void Insert(int index, MgMapPlot value); |
index | (int) Position in the collection to insert the MgMapPlot. |
value | (MgMapPlot) MgMapPlot to be inserted in the collection. |
MgOutOfRangeException | if the specified index is out of range. |