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


IArrowMarkerSymbol Interface (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
ArcGIS Developer Help

IArrowMarkerSymbol Interface

Provides access to members that control the arrow marker symbol.

Product Availability

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

Description

IArrowMarkerSymbol can be used to create an arrow marker using a preset arrowhead. You can set the Length to control the length of the arrow. The Width property can be used to control thickness. Use the IMarkerSymbol and ICartographicMarkerSymbol interfaces to set additional properties for IArrowMarkerSymbols.

Members

Name Description
Read/write property Angle Marker symbol angle.
Read/write property Color Marker symbol color.
Read/write property Length Arrow marker length.
Read/write property Size Marker symbol size.
Read/write property Style Arrow marker style.
Read/write property Width Arrow marker width.
Read/write property XOffset Symbol X-axis offset from point location.
Read/write property YOffset Symbol Y-axis offset from point location.

Inherited Interfaces

Interfaces Description
IMarkerSymbol Provides access to members that control marker symbols.

Classes that implement IArrowMarkerSymbol

Classes Description
ArrowMarkerSymbol A marker symbol created from a predefined arrow.

See Also

ArrowMarkerPropertyPage Class | IMultiLayerMarkerSymbol Interface | IArrowMarkerSymbol Interface | IPictureMarkerSymbol Interface | ICharacterMarkerSymbol Interface | ICartographicMarkerSymbol Interface | IMarkerSymbol Interface

.NET Samples

ArcGIS Network Analyst extension barrier location editor