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


IClassBreaksUIProperties2.FlipSymbols Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IClassBreaksUIProperties2 Interface > IClassBreaksUIProperties2.FlipSymbols Property
ArcGIS Developer Help

IClassBreaksUIProperties2.FlipSymbols Property

Indicates if symbols are flipped.

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

IClassBreaksUIProperties2 Interface