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: 10.1.23514.0 , built 2023-11-07 12:21:56 UTC
Syntax
public class HologramRecorder : IRecordingItem, 
	IDisposable

The HologramRecorder type exposes the following members.

Constructors
  NameDescription
Public methodHologramRecorder
Initializes a new instance of the HologramRecorder class
Top
Properties
  NameDescription
Public propertyEstimatedRecordingTime
Gets an estimated time of the recording performed using RecordAsync(AbsoluteCyclePosition, CycleProgressReporter)
Public propertyRecordsInMemory
List of record ids saved in memory.
Public propertyRepeatParameters
Top
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 methodRecordAsync(AbsoluteCyclePosition, CycleProgressReporter)
Performs recording at the current position.
Public methodRecordAsync(String, CycleProgressReporter)
Public methodSaveRecord
Saves the specified record on the disk.
Top
See Also