This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDataSummaryAction Interface > IDataSummaryAction.GetColumnType Method (ArcObjects .NET 10.5 SDK) |
method GetColumnType
[Visual Basic .NET] Public Function GetColumnType ( _ ByVal ColumnIndex As Integer _ ) As enumColumnType
[C#] public enumColumnType GetColumnType ( int ColumnIndex );
[C++]
HRESULT GetColumnType(
long ColumnIndex,
enumColumnType* ColumnType
);
[C++]
Parameters ColumnIndex [in] ColumnIndex is a parameter of type long ColumnType [out, retval]
ColumnType is a parameter of type enumColumnType