StartArrow Property

StartArrow returns or sets the start line end style. Returns a SrfArrowStyle.

Syntax

object.StartArrow

object. StartArrow = Style

Parameter

Type

Description

Style

SrfArrowStyle

required

Example 1

This example demonstrates how to return which arrow style is used at the beginning of a polyline.

Debug.Print Polyline.StartArrow

Example 2

This example demonstrates how to apply a simple arrowhead at the beginning of a polyline.

Polyline.StartArrow = srfASSimple

Used by: Polyline object