MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual MgCurveRing* MgCurveRingCollection::GetItem ( INT32  index) const [virtual]

Gets the curve ring in the collection at the specified index. Throws an invalid argument exception if the index is out of range.

.NET Syntax
virtual MgCurveRing GetItem(int index) const;
Java Syntax
virtual MgCurveRing GetItem(int index) const;
PHP Syntax
virtual MgCurveRing GetItem(int index) const;
Parameters:
index(int) Index of the curve ring to retrieve.
Returns:
Returns the curve ring in the collection at the specified index.
Exceptions:
MgIndexOutOfRangeException