Click or drag to resize

CycleManager Class

Inheritance Hierarchy
SystemObject
  LynceeTec.API.CycleCycleManager

Namespace: LynceeTec.API.Cycle
Assembly: LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:37 UTC
Syntax
public class CycleManager : IReconstructionRecorder, 
	IDisposable

The CycleManager type exposes the following members.

Constructors
 NameDescription
Public methodCycleManagerInitializes a new instance of the CycleManager class
Top
Properties
 NameDescription
Public propertyIsRecording Tells if a recording is currently running (so you can't run two at the same time)
Public propertyPostRecordingAction Action to be executed after the recording action. Receives the recordId as a parameter.
Public propertyPreRecordingAction Action to be executed before the recording action. Receives the recordId as a parameter.
Public propertyRecordingAction Action to be executed at each position of the cycle.
Public propertyRelativePositions 
Public propertyRepeatParameters 
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the CycleManager
Public methodRecordAsync 
Public methodSetCycleGrid Utility method. Sets the value of to a grid defined by the CycleAxes given by the parameters.
Top
See Also