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: 9.2.6612.0 , built 2022-07-14 10:47:27 UTC
Syntax
public class CycleManager : IRecordingItem, 
	IDisposable

The CycleManager type exposes the following members.

Constructors
  NameDescription
Public methodCycleManager
Initializes a new instance of the CycleManager class
Top
Properties
Methods
  NameDescription
Public methodAddAxis
Add axis to the cycle process.
Public methodCancelRecording
Cancels the current recording process.
Public methodCancelSaving
Cancels the current saving process.
Public methodDeleteRecord
Deletes the recorded data for the specified id.
Public methodDispose
Releases all resources used by the CycleManager
Public methodGetEffectiveRecordingTimes
Public methodRecord
Performs recording at the current position.
Public methodResetAxis
Reset axis of the cycle process.
Public methodSaveRecord
Saves the specified record on the disk.
Top
See Also