|
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:
-
|