YPos Property [AutoAxisLink]

The YPos property returns or sets if the axis Y position is linked. Returns a Boolean.

Syntax

object.YPos

object.YPos = YPos

 

Parameter Type Description
YPos Boolean required, True = Axis Y position linked,False = Axis Y position not linked

 

Example 1

This example shows how to set the axis Y position to linked.

AxisLink.YPos = True

 

Example 2

This example shows how to return if the axis Y position is linked.

Debug.Print AxisLink.YPos

 

Used by: AutoAxisLink object