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