ArcObjects Library Reference (Carto)  

IDataSortSeriesProperties.SortingFieldsCount Property

Number of sorting fields.

[Visual Basic .NET]
Public ReadOnly Property SortingFieldsCount As Integer
[C#]
public int SortingFieldsCount {get;}
[C++]
HRESULT get_SortingFieldsCount(
  long* Count
);
[C++]

Parameters

Count [out, retval]   Count is a parameter of type long

Product Availability

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

See Also

IDataSortSeriesProperties Interface