This document is archived and information here might be outdated. Recommended version. |
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*
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