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


IDataSortSeriesProperties.GetSortingField Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataSortSeriesProperties Interface > IDataSortSeriesProperties.GetSortingField Method
ArcGIS Developer Help

IDataSortSeriesProperties.GetSortingField Method

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,
  System.String* strField,
  Boolean* 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 bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataSortSeriesProperties Interface