ClassEndOffset Property

 

The ClassEndOffset property returns or sets the flow map flow line end offset for the specified class. Returns a double.

 

Syntax

object.ClassEndOffset(ClassIndex)

object.ClassEndOffset(ClassIndex) = EndOffset

 

Parameter

Type

Description

ClassIndex

Integer

required; class number

EndOffset

Double

required; in page units

 

Example

    'ClassEndOffset

    'Set the offset from the start and end points for the first flow line class

    'This example draws the flow line half an inch from the start/end points

    FlowMap.ClassEndOffset(1) = .5

 

Used by: FlowMap object