LineDirection Property
LineDirection returns or sets the directions to plot lines (a combination of the values). Returns an integer.
Syntax
object.LineDirection
object.LineDirection = Dir
Parameter |
Type |
Description |
Dir |
Integer |
required |
Example 1
This example demonstrates how to return the enabled plot lines of constant.
Debug.Print Wireframe.LineDirection
Example 2
This example demonstrates how to display the X and Y plot lines of a wireframe.
Wireframe.LineDirection = srfWireXDir + srfWireYDir
Used by: Wireframe object