This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IE > IEditDataSetColumn Interface > IEditDataSetColumn.ColumnNumber Property (ArcObjects .NET 10.4 SDK) |
Indicates the column number in the data definition.
[Visual Basic .NET] Public Property ColumnNumber As Integer
[C#] public int ColumnNumber {get; set;}
[C++]
HRESULT get_ColumnNumber(
Long* pVal
);
[C++]
HRESULT put_ColumnNumber(
Long pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type Long pVal [in] pVal is a parameter of type Long