ArcObjects Library Reference (Display)  

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

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.

CoClasses that implement IArrowMarkerSymbol

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

See Also

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

.NET Samples

ArcGIS Network Analyst extension barrier location editor (Code Files: EditorForm)