 | 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
Syntaxpublic Task Record(
string recordId,
Dictionary<IMovableItem, List<int>> parentCyclePosition = null,
CycleProgressReporter progress = null
)
public:
virtual Task^ Record(
String^ recordId,
Dictionary<IMovableItem^, List<int>^>^ parentCyclePosition = nullptr,
CycleProgressReporter^ progress = nullptr
) sealed
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:
TaskImplements
IRecordingItemRecord(String, DictionaryIMovableItem, ListInt32, CycleProgressReporter)
See Also