The ClassEndArrow property returns or sets the flow map flow line end arrow style for the specified class. Returns a MVArrowStyle.
Syntax
object.ClassEndArrow(ClassIndex)
object.ClassEndArrow(ClassIndex) = EndArrow
Parameter |
Type |
Description |
ClassIndex |
Integer |
required; class number |
EndArrow |
required; arrow style |
Example
'ClassEndArrow
'Add an arrow style to the end of the first class flow line
FlowMap.ClassEndArrow(1) = mvASTriangle
Used by: FlowMap object