CimLimit.Low (property)

Gets and sets the axis low limit.
Syntax: double = object.Low
object.Low = double
Description: CimLimit.Low contains the axis low limit. The value of this property must always be less than the value of the High property. An automation exception will occur if this condition is not met when the value is set.

The value of this property defaults to 0.

Example

The following CimView script excerpt changes the low limit on the first axis to 20:
cimOleObj.X(0).Limit.Low = 20