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


IUniqueValueRenderer2.ReverseUniqueValuesSorting Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IU > IUniqueValueRenderer2 Interface > IUniqueValueRenderer2.ReverseUniqueValuesSorting Property
ArcGIS Developer Help

IUniqueValueRenderer2.ReverseUniqueValuesSorting Property

Indicates if unique values are flipped.

[Visual Basic .NET]
Public Property ReverseUniqueValuesSorting As Boolean
[C#]
public bool ReverseUniqueValuesSorting {get; set;}
[C++]
HRESULT get_ReverseUniqueValuesSorting(
  Boolean* Ascending
);
[C++]
HRESULT put_ReverseUniqueValuesSorting(
  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

IUniqueValueRenderer2 Interface