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


ILineProperties.Flip Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineProperties Interface > ILineProperties.Flip Property
ArcGIS Developer Help

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

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