Click or drag to resize

CycleManagerRecord Method

Performs recording at the current position.

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 Task Record(
	string recordId,
	Dictionary<IMovableItem, List<int>> parentCyclePosition = null,
	IProgress<float> progress = null
)

Parameters

recordId
Type: SystemString
Record id identifing the current record.
parentCyclePosition (Optional)
Type: System.Collections.GenericDictionaryIMovableItem, ListInt32
progress (Optional)
Type: SystemIProgressSingle
IProgress object used to track the recording process. [0 - 100%]

Return Value

Type: Task

Implements

IRecordingItemRecord(String, DictionaryIMovableItem, ListInt32, IProgressSingle)
See Also