|
MapGuide API Reference
|
| virtual void MgCurvePolygonCollection::SetItem | ( | INT32 | index, |
| MgCurvePolygon * | value | ||
| ) | [virtual] |
Sets the curve polygon in the collection at the specified index to the specified value. Throws an invalid argument exception if the index is out of range.
| virtual void SetItem(int index, MgCurvePolygon value); |
| virtual void SetItem(int index, MgCurvePolygon value); |
| virtual void SetItem(int index, MgCurvePolygon value); |
| index | (int) Index of the coordinate to set. |
| value | (MgCurvePolygon) curve polygon to place into the collection. |
| MgIndexOutOfRangeException |