 | DHMMotorsManagerMoveMotorsLoadConfig Method |
Namespace:
LynceeTec.DHM.Motors
Assembly:
LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 7.2.45.30905 master 98955cb, built 2018-05-31 10:36:40 UTC
Syntaxpublic Task MoveMotorsLoadConfig(
IReadOnlyDictionary<MotorizedDevicesType, IMotorConfig> motorConfigs,
Dictionary<MotorizedDevicesType, float> initOffset,
IProgress<int> progress
)
public:
virtual Task^ MoveMotorsLoadConfig(
IReadOnlyDictionary<MotorizedDevicesType, IMotorConfig^>^ motorConfigs,
Dictionary<MotorizedDevicesType, float>^ initOffset,
IProgress<int>^ progress
) sealed
Parameters
- motorConfigs
- Type: System.Collections.GenericIReadOnlyDictionaryMotorizedDevicesType, IMotorConfig
- initOffset
- Type: System.Collections.GenericDictionaryMotorizedDevicesType, Single
- progress
- Type: SystemIProgressInt32
Return Value
Type:
TaskImplements
IMotorsManagerMoveMotorsLoadConfig(IReadOnlyDictionaryMotorizedDevicesType, IMotorConfig, DictionaryMotorizedDevicesType, Single, IProgressInt32)
See Also