StartArrow Property

 

The StartArrow property returns or sets the curve or flow map start arrow style. Returns a MVArrowStyle.

 

Syntax

object.StartArrow

object.StartArrow = Style

 

Parameter

Type

Description

Style

MVArrowStyle

required; arrow style

 

Example 1

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

 

Debug.Print Curve.StartArrow

 

Example 2

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

 

Curve.StartArrow = mvASSimple

 

Used by: Curve object,  FlowMap object