EndArrow Property

EndArrow returns or sets the line end style. Returns a SrfArrowStyle.

Syntax

object.EndArrow

object.EndArrow = Style

Parameter

Type

Description

Style

SrfArrowStyle

required

Example 1

This example demonstrates how to return the arrow style used at the end of a polyline.

Debug.Print Polyline.EndArrow

Example 2

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

Polyline.EndArrow = srfASSimple

Used by: Polyline object