This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IU > IUniqueValueRenderer2 Interface > IUniqueValueRenderer2.FlipSymbols Property (ArcObjects .NET 10.4 SDK) |
Indicates if symbols are flipped.
[Visual Basic .NET] Public Property FlipSymbols As Boolean
[C#] public bool FlipSymbols {get; set;}
[C++]
HRESULT get_FlipSymbols(
VARIANT_BOOL* Ascending
);
[C++]
HRESULT put_FlipSymbols(
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