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.