This document is archived and information here might be outdated.  Recommended version.


IDatasetDef.GetColumn Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IDatasetDef.GetColumn Method

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
);
[C++]

Parameters nIndex
nIndex is a parameter of type int

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IDatasetDef Interface