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


IArrowMarkerSymbol.Style Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IArrowMarkerSymbol.Style Property

Arrow marker style.

[Visual Basic .NET]
Public Property Style As esriArrowMarkerStyle
[C#]
public esriArrowMarkerStyle Style {get; set;}
[C++]
HRESULT get_Style(
  esriArrowMarkerStyle* Style
);
[C++]
HRESULT put_Style(
  esriArrowMarkerStyle Style
);
[C++]

Parameters Style [out, retval]
Style is a parameter of type esriArrowMarkerStyle Style [in]
Style is a parameter of type esriArrowMarkerStyle

Product Availability

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

Description

Style is the enumeration that defines the shape of the arrowhead. There is only one option: esriAMSPlain. esriAMSPlain is the default Style.

See Also

IArrowMarkerSymbol Interface