Returns column information for the dataset definition.
[Visual Basic .NET] Public Function getColumn ( _ ByVal nIndex As Integer _ ) As IDatasetColumn
[C#] public IDatasetColumn getColumn ( int nIndex );
[C++]
HRESULT getColumn(
Long nIndex,
IDatasetColumn** ppiColumn
);
[C++]Parameters
nIndex nIndex is a parameter of type Long ppiColumn [out, retval]ppiColumn is a parameter of type IDatasetColumn
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.