 | IMotorsManagerMoveMotorsLoadConfig Method |
Namespace: LynceeTec.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 6.4.0.7 6_4_dev c64c724, built 2016-11-07 15:44:12 UTC
SyntaxTask MoveMotorsLoadConfig(
IReadOnlyDictionary<MotorizedDevicesType, IMotorConfig> motorConfigs,
Dictionary<MotorizedDevicesType, float> initOffset,
IProgress<int> progress
)
Task^ MoveMotorsLoadConfig(
IReadOnlyDictionary<MotorizedDevicesType, IMotorConfig^>^ motorConfigs,
Dictionary<MotorizedDevicesType, float>^ initOffset,
IProgress<int>^ progress
)
Parameters
- motorConfigs
- Type: System.Collections.GenericIReadOnlyDictionaryMotorizedDevicesType, IMotorConfig
- initOffset
- Type: System.Collections.GenericDictionaryMotorizedDevicesType, Single
- progress
- Type: SystemIProgressInt32
Return Value
Type:
Task
See Also