MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
void MgMapPlotCollection::SetItem ( INT32  index,
MgMapPlot value 
)

Sets the MapPlot in the collection at the specified index to a specified value.

.NET Syntax
void SetItem(int index, MgMapPlot value);
Java Syntax
void SetItem(int index, MgMapPlot value);
PHP Syntax
void SetItem(int index, MgMapPlot value);
Parameters:
index(int) Position in the collection to set the MgMapPot.
value(MgMapPlot) MgMapPlot to be set in the collection.
Returns:
Returns nothing.
Exceptions:
MgOutOfRangeExceptionif the index is out of range.