This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISymbologyStyleClass Interface > ISymbologyStyleClass.SortDirection Property (ArcObjects .NET 10.5 SDK) |
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 [out, retval]
Direction is a parameter of type esriSymbologySortDirection Direction [in]
Direction is a parameter of type esriSymbologySortDirection
The sort direction used to display the items in the SymbologyControl. By default there is no SortDirection.
1005 800a03ed: The value of a parameter which is an enumerated constant is out of the range of required values