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.GetColumnName Method (ArcObjects .NET 10.5 SDK) |
method GetColumnName
[Visual Basic .NET] Public Function GetColumnName ( _ ByVal ColumnIndex As Integer _ ) As String
[C#] public string GetColumnName ( int ColumnIndex );
[C++]
HRESULT GetColumnName(
long ColumnIndex,
BSTR* ColumnName
);
[C++]
Parameters ColumnIndex [in] ColumnIndex is a parameter of type long ColumnName [out, retval] ColumnName is a parameter of type BSTR