Z2Col Property

The Z2Col property returns or sets the 3D vector plot Z2 column or DZ column value. Returns a Long.

Syntax

object.Z2Col

object.Z2Col = Z2Col

 

Parameter Type Description
Z2Col Long required; column A equals 1

 

Remarks

Assign -1 to Z2Col when plotting the data according to the Row number. Assign 0 to Z2Col when plotting the data according to the sequence number (i.e. total number of rows used).

Example

This example shows how to set the second Z column for a vector plot.

XYZVectorPlot.Z2Col = 6

 

Used by: Auto3DXYZVectorPlot object