Indicates if all symbols are flipped 180 degrees.
[Visual Basic .NET] Public Property FlipAll As Boolean
[C#] public bool FlipAll {get; set;}
[C++]
HRESULT get_FlipAll(
VARIANT_BOOL* FlipAll
);
[C++]
HRESULT put_FlipAll(
VARIANT_BOOL FlipAll
);
[C++]Parameters
FlipAll [out, retval] FlipAll is a parameter of type VARIANT_BOOL FlipAll [in] FlipAll is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
FlipAll is whether the directionality of all positions of the marker symbol in the ISimpleLineDecorationElement are reversed (true). If false (default), then the they appear as normal.