Click or drag to resize

HologramRecorder Class

Inheritance Hierarchy
SystemObject
  LynceeTec.API.CycleHologramRecorder

Namespace:  LynceeTec.API.Cycle
Assembly:  LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 9.0.26418.0 , built 2021-10-22 08:52:21 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 propertyRecordsInMemory
List of record ids saved in memory.
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 methodFinalizeRecords
Finilizes the class after recording.
Public methodInitializeRecords
Initializes the class before recording.
Public methodRecord
Performs recording at the current position.
Public methodSaveRecord
Saves the specified record on the disk.
Top
See Also