Description
This property allows you to get and set the Y-coordinate of the delta shift for the linear move procedure.
Syntax
Property get:
DeltaY = VectorDelta( );
|
|
|
|
Return: (Double) DeltaY |
Y-coordinate of the delta shift. |
Property set:
VectorDelta( DeltaY );
|
|
|
|
Input: (Double) DeltaY |
Y-coordinate of the delta shift. |
Note