VectorType Property

The VectorType property returns or sets the vector plot vector type value. Returns a Long.

Syntax

object.VectorType

object.VectorType = VectorType

 

Parameter Type Description
VectorType Long required; grfVectorType

 

Example

This example shows how to set the vector plot type to a 2 point vector type.

VectorPlot.VectorType = grfVectorXYXY

 

Used by: AutoVectorPlot object, Auto3DXYZVectorPlot object