AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgFeatureSchema* MgFeatureSchemaCollection::GetItem ( INT32  index  )  const

Gets the item in the collection at the specified index.

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

Parameters:
index (int) Input index
Returns:
Returns the item in the collection at the specified index.
Exceptions:
MgIndexOutOfRangeException if the index is out of range.