ArcObjects Library Reference (Display)  

ISimpleLineDecorationElement.FlipFirst Property

Indicates if marker symbol in '0' position is flipped 180 degrees.

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

Parameters

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

Product Availability

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

Description

FlipFirst is whether the directionality of the first symbol in the ISimpleLineDecorationElement is reversed (true). If false (default), then the marker appears as normal.

See Also

ISimpleLineDecorationElement Interface