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


IRasterClassifyColorRampRenderer.SortClassesAscending Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterClassifyColorRampRenderer Interface > IRasterClassifyColorRampRenderer.SortClassesAscending Property
ArcGIS Developer Help

IRasterClassifyColorRampRenderer.SortClassesAscending Property

Indicates if the sort direction for the class labels is ascending.

[Visual Basic .NET]
Public Property SortClassesAscending As Boolean
[C#]
public bool SortClassesAscending {get; set;}
[C++]
HRESULT get_SortClassesAscending(
  Boolean* Ascending
);
[C++]
HRESULT put_SortClassesAscending(
  VARIANT_BOOL Ascending
);
[C++]
Parameters
Ascending [out, retval]

Ascending is a parameter of type bool* Ascending [in]
Ascending is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterClassifyColorRampRenderer Interface