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.2.6612.0 , built 2022-07-14 10:47:27 UTC
Syntax
public Task Record(
	string recordId,
	Dictionary<IMovableItem, List<int>> parentCyclePosition = null,
	CycleProgressReporter progress = null
)

Parameters

recordId
Type: SystemString
Record id identifing the current record.
parentCyclePosition (Optional)
Type: System.Collections.GenericDictionaryIMovableItem, ListInt32
progress (Optional)
Type: LynceeTec.API.CycleCycleProgressReporter
CycleProgressReporter object used to track the recording process.

Return Value

Type: Task

Implements

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