MapGuide API Reference
|
void MgMapPlotCollection::SetItem | ( | INT32 | index, |
MgMapPlot * | value | ||
) |
Sets the MapPlot in the collection at the specified index to a specified value.
void SetItem(int index, MgMapPlot value); |
void SetItem(int index, MgMapPlot value); |
void SetItem(int index, MgMapPlot value); |
index | (int) Position in the collection to set the MgMapPot. |
value | (MgMapPlot) MgMapPlot to be set in the collection. |
MgOutOfRangeException | if the index is out of range. |