MapGuide API Reference
|
virtual void MgCoordinateCollection::SetItem | ( | INT32 | index, |
MgCoordinate * | value | ||
) | [virtual] |
Sets the coordinate 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, MgCoordinate value); |
virtual void SetItem(int index, MgCoordinate value); |
virtual void SetItem(int index, MgCoordinate value); |
index | (int) Index of the coordinate to set. |
value | (MgCoordinate) Coordinate to place into the collection. |
MgIndexOutOfRangeException |