This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataSortSeriesProperties Interface > IDataSortSeriesProperties.GetSortingField Method (ArcObjects .NET 10.5 SDK) |
Get a sorting field and type.
[Visual Basic .NET] Public Sub GetSortingField ( _ ByVal idx As Integer, _ ByRef strField As String, _ ByRef bAscending As Boolean _ )
[C#] public void GetSortingField ( int idx, ref string strField, ref bool bAscending );
[C++]
HRESULT GetSortingField(
long idx,
BSTR* strField,
VARIANT_BOOL* bAscending
);
[C++]
Parameters idx [in] idx is a parameter of type long strField [out] strField is a parameter of type BSTR bAscending [in, out] bAscending is a parameter of type VARIANT_BOOL