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