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