ArrowScale Property

 

The ArrowScale property returns or sets the arrow scale factor for curve or flow map end styles. Returns a double.

 

Syntax

object.ArrowScale

object.ArrowScale = Scale

 

Parameter

Type

Description

Scale

Double

required; value greater than zero

 

Example 1

This example demonstrates how to return the arrowhead scale.

 

Debug.Print Curve.ArrowScale

 

Example 2

This example demonstrates how to double the scale of the arrowhead.

 

Curve.ArrowScale = 2

 

Used by: Curve object, FlowMap object