ClassStartArrow Property

 

The ClassStartArrow property returns or sets the flow map flow line start arrow style for the specified class. Returns a MVArrowStyle.

 

Syntax

object.ClassStartArrow(ClassIndex)

object.ClassStartArrow(ClassIndex) = StartArrow

 

Parameter

Type

Description

ClassIndex

Integer

required; class number

StartArrow

MVArrowStyle

required; arrow style

 

Example

    'ClassStartArrow

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

    FlowMap.ClassStartArrow(1) = mvASTriangle

 

Used by: FlowMap object