ClassLeadStartArrow Property

 

The ClassLeadStartArrow property returns or sets the flow map leader line start arrow style for the specified class. Returns an MVArrowStyle.

 

Syntax

object.ClassLeadStartArrow(ClassIndex)

object.ClassLeadStartArrow(ClassIndex) = StartArrow

 

Parameter

Type

Description

ClassIndex

Integer

required; class number

StartArrow

MVArrowStyle

required; start leader line arrow style

 

Example

    'ClassLeadStartArrow

    'Add an arrow style to the start of the first class leader line

    FlowMap.ClassLeadStartArrow(1) = mvASTriangle

 

Used by: FlowMap object