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


IDataSortSeriesProperties.SortingFieldsCount Property (ArcObjects .NET 10.5 SDK)
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