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