MagnitudeCol Property

The MagnitudeCol property returns or sets the vector plot Magnitude Column value. Returns a Long.

Syntax

object.MagnitudeCol

object.MagnitudeCol = MagnitudeCol

 

Parameter Type Description
MagnitudeCol Long required; column A equals 1

 

Example 1

This example shows how to set the magnitude column.

VectorPlot.MagnitudeCol = 5

Example 2

This example shows how to return the magnitude column value.

Debug.Print VectorPlot.MagnitudeCol

 

Used by: AutoVectorPlot object