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


ISimpleLineDecorationElement.FlipFirst Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleLineDecorationElement Interface > ISimpleLineDecorationElement.FlipFirst Property
ArcGIS Developer Help

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

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