This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITinColorRampRenderer Interface > ITinColorRampRenderer.SortClassesAscending Property (ArcObjects .NET 10.4 SDK) |
Indicates if the sort direction for the legend class labels is ascending.
[Visual Basic .NET] Public Property SortClassesAscending As Boolean
[C#] public bool SortClassesAscending {get; set;}
[C++]
HRESULT get_SortClassesAscending(
VARIANT_BOOL* Ascending
);
[C++]
HRESULT put_SortClassesAscending(
VARIANT_BOOL Ascending
);
[C++]
Parameters Ascending [out, retval] Ascending is a parameter of type VARIANT_BOOL Ascending [in] Ascending is a parameter of type VARIANT_BOOL