The EndArrow property returns or sets the curve or flow map end arrow style. Returns a MVArrowStyle.
Syntax
object.EndArrow
object.EndArrow = Style
Parameter |
Type |
Description |
Style |
required; arrow style |
Example 1
This example demonstrates how to return the arrow style used at the end of a curve.
Debug.Print Curve.EndArrow
Example 2
This example demonstrates how to apply a simple arrowhead at the end of a curve.
Curve.EndArrow = mvASSimple
Used by: Curve object, FlowMap object