ClassLeadArrowScale Property

 

The ClassLeadArrowScale property returns or sets the flow map leader line arrow scale for the specified class. Returns a double.

 

Syntax

object.ClassLeadArrowScale(ClassIndex)

object.ClassLeadArrowScale(ClassIndex) = ArrowScale

 

Parameter

Type

Description

ClassIndex

Integer

required; class number

ArrowScale

Double

required; leader line arrow scale

 

Example

    'ClassLeadArrowScale

    'Set the scale of the first class leader line's arrow size

    FlowMap.ClassLeadArrowScale(1) = 2

 

Used by: FlowMap object