Length Property [AutoAxisLink]
The Length property returns or sets if the axis length is linked. Returns a Boolean.
Syntax
object.Length
object.Length = Length
Parameter | Type | Description |
Length | Boolean | required, True = Axis length linked, False = Axis length not linked |
Example 1
This example shows how to set the axis length to linked.
AxisLink.length = True
Example 2
This example shows how to return if the axis length is linked.
Debug.Print AxisLink.length
Used by: AutoAxisLink object