ClassLeadLine Property

 

The ClassLeadLine property returns the flow map leader line properties for the specified class. Returns a LineFormat object. This is a read-only property.

 

Syntax

object.ClassLeadLine(ClassIndex)

 

Parameter

Type

Description

ClassIndex

Integer

required; class number

 

Example

    'Change the color of the first class lead line to blue

    FlowMap.ClassLeadLine(1).color = mvColorBlue

 

Used by: FlowMap object