LineStep Property
The LineStep property returns or sets the 3D line step of the plot. Returns a Long.
Syntax
object.LineStep
object.LineStep = LineStep
Parameter | Type | Description |
LineStep | Long | required |
Example
This example shows how to set the 3D view line step.
View3D.LineStep = 2
Used by: Auto3DView object