Click or drag to resize

CycleAxis Constructor (IMovableItem, Int32, Double, Double)

Initializes a new instance of the CycleAxis class

Namespace:  LynceeTec.API.Cycle
Assembly:  LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 10.0.10313.0 , built 2022-11-01 12:36:54 UTC
Syntax
public CycleAxis(
	IMovableItem axis,
	int stepsCount,
	double startingPosition,
	double endingPosition
)

Parameters

axis
Type: LynceeTec.API.HardwareIMovableItem
stepsCount
Type: SystemInt32
startingPosition
Type: SystemDouble
endingPosition
Type: SystemDouble
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if axis is null
ArgumentExceptionThrown if the starting or ending position is outside of the axis range or if the number of steps is negative
See Also