Web API Reference MapGuide Open Source
virtual void MgPolygonCollection::SetItem ( INT32  index,
MgPolygon value 
) [virtual]

Sets the polygon in the collection at the specified index to the specified value. Throws an invalid argument exception if the index is out of range.

.NET Syntax
virtual void SetItem(int index, MgPolygon value);
Java Syntax
virtual void SetItem(int index, MgPolygon value);
PHP Syntax
virtual void SetItem(int index, MgPolygon value);

Parameters:
index (int) Index of the coordinate to set.
value (MgPolygon) polygon to place into the collection.
Exceptions:
MgIndexOutOfRangeException 


Comments or suggestions? Send us feedback.