ArcObjects Library Reference (Display)  

ILineProperties.Flip Property

Indicates if the line symbol is flipped.

[Visual Basic .NET]
Public Property Flip As Boolean
[C#]
public bool Flip {get; set;}
[C++]
HRESULT get_Flip(
  VARIANT_BOOL* Flip
);
[C++]
HRESULT put_Flip(
  VARIANT_BOOL Flip
);
[C++]

Parameters

Flip [out, retval]   Flip is a parameter of type VARIANT_BOOL Flip [in]   Flip is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Flip is toggle that tells whether the symbol is drawn based on the FromNode to ToNode direction (false / default) or in the ToNode to FromNode direction (true ).

See Also

ILineProperties Interface