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


IArrowMarkerSymbol.Style Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IA > IArrowMarkerSymbol Interface > IArrowMarkerSymbol.Style Property
ArcGIS Developer Help

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