AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual MgCurvePolygon* MgCurvePolygonCollection::GetItem ( INT32  index  )  const [virtual]

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

.NET Syntax
virtual MgCurvePolygon GetItem(int index) const;
Java Syntax
virtual MgCurvePolygon GetItem(int index) const;
PHP Syntax
virtual MgCurvePolygon GetItem(int index) const;

Parameters:
index (int) Index of the curve polygon to retrieve.
Returns:
Returns the curve polygon in the collection at the specified index.
Exceptions:
MgIndexOutOfRangeException