Click or drag to resize

HologramRecorder Class

Class managing BaseSequenceManager to acquire holograms. It manages repetitions and can save multiple records in memory.
Inheritance Hierarchy
SystemObject
  LynceeTec.API.CycleHologramRecorder

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 HologramRecorder : IRecordingItem, 
	IDisposable

The HologramRecorder type exposes the following members.

Constructors
  NameDescription
Public methodHologramRecorder(SingleShotRecorder)
Initializes a new instance of the HologramRecorder class
Public methodHologramRecorder(TriggeredSequenceRecorder)
Initializes a new instance of the HologramRecorder class
Top
Properties
Methods
  NameDescription
Public methodAccessRecord
Access the specified record
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 HologramRecorder
Public methodExtractRecord
Extracts the specified record and removes it from the recorded history
Public methodGetEffectiveRecordingTimes
Public methodRecord
Performs recording at the current position.
Public methodSaveRecord
Saves the specified record on the disk.
Top
See Also