This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineProperties Interface > ILineProperties.Flip Property (ArcObjects .NET 10.5 SDK) |
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