ClassLine Property

 

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

 

Syntax

object.ClassLine(ClassIndex)

 

Parameter

Type

Description

ClassIndex

Integer

required; class number

 

Example

    'ClassLine

    'Change the first class flow line to green

    FlowMap.ClassLine(1).color = mvColorGrassGreen

 

Used by: FlowMap object