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


ISymbologyStyleClass.SortDirection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISymbologyStyleClass Interface > ISymbologyStyleClass.SortDirection Property
ArcGIS Developer Help

ISymbologyStyleClass.SortDirection Property

The sort direction of the items in the SymbologyStyleClass.

[Visual Basic .NET]
Public Property SortDirection As esriSymbologySortDirection
[C#]
public esriSymbologySortDirection SortDirection {get; set;}
[C++]
HRESULT get_SortDirection(
  esriSymbologySortDirection Direction
);
[C++]
HRESULT put_SortDirection(
  esriSymbologySortDirection* Direction
);
[C++]
Parameters
Direction [in]

Direction is a parameter of type esriSymbologySortDirection Direction [out, retval]
Direction is a parameter of type esriSymbologySortDirection*

Product Availability

Available with ArcGIS Engine.

Description

The sort direction used to display the items in the SymbologyControl. By default there is no SortDirection.  

Errors Returned

1005 800a03ed: The value of a parameter which is an enumerated constant is out of the range of required values

See Also

ISymbologyStyleClass Interface