AngleCol Property

The AngleCol property returns or sets the vector plot Direction Column value. Returns a long.

Syntax

object.AngleCol

object.AngleCol = AngleCol

 

Parameter Type Description
AngleCol Long Required; column A equals 1

 

Example 1

This example shows how to set the angle column value.

VectorPlot.AngleCol = 5

Example 2

This example shows how to return the angle column value.

Debug.Print VectorPlot.AngleCol

 

Used by: AutoVectorPlot object