CimAxis.Limit (property)

Gets and sets the axis low and high limits.
Syntax: Set CimLimit = object.Limit
object.Limit = CimLimit
Description: CimAxis.Limit contains the object that groups the low and high axis limits. The limits determine the size of the axis.

Example

The following CimView script excerpt changes the low and high limits on the first X axis:
cimOleObj.X(0).Limit.Set 0, 100