ArcObjects Library Reference  (Display)    

ILineProperties.Flip Property

Indicates if the line symbol is flipped.

[Visual Basic 6.0]
Property Flip As Boolean
[Visual Basic .NET]
Public Property Flip As Boolean
[C#]
public bool Flip {get; set;}
[Java]
public boolean isFlip()
throws
    IOException,
    AutomationException
[Java]
public void setFlip(
boolean Flip
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page