AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgFeatureCommand* MgFeatureCommandCollection::GetItem ( INT32  index  )  const

Gets the command in the collection at the specified index.

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

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