Draw3DArrows Property

The Draw3DArrows property returns or sets the Draw arrows option for 3D vector plots. Returns a Boolean.

Syntax

object.Draw3DArrows

object.Draw3DArrows = Draw3DArrows

 

Parameter Type Description
Draw3DArrows Boolean required, true to draw the arrow at the end of the 3D vector lines. False to not display the arrow.

 

Example 1

This example shows how to not draw the arrow for a 3D vector plot.

3DXYZVectorPlot.Draw3DArrows = False

Example 2

This example shows how to return whether arrows are displayed to the Immediate pane.

Debug.Print 3DXYZVectorPlot.Draw3DArrows

 

Used by: Auto3DXYZVectorPlot object