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


IDataSortSeriesProperties.GetSortingField Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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,
  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

Product Availability

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

See Also

IDataSortSeriesProperties Interface