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


ISimpleLineDecorationElement.FlipAll Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleLineDecorationElement Interface > ISimpleLineDecorationElement.FlipAll Property
ArcGIS Developer Help

ISimpleLineDecorationElement.FlipAll Property

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(
  Boolean* FlipAll
);
[C++]
HRESULT put_FlipAll(
  VARIANT_BOOL FlipAll
);
[C++]
Parameters
FlipAll [out, retval]

FlipAll is a parameter of type bool* FlipAll [in]
FlipAll is a parameter of type 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.

See Also

ISimpleLineDecorationElement Interface