Click or drag to resize

IConfigManagerLoadMeasurementConfig Method

Loads a measurement configuration. The sample configuration does not change. If a DHM device is connected, the configuration will automatically be transmitted. Only relevant for old Koala

Namespace:  LynceeTec.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:14 UTC
Syntax
Task LoadMeasurementConfig(
	int holoMeasurementConfigId,
	IProgressReporter progress
)

Parameters

holoMeasurementConfigId
Type: SystemInt32
The id of the configuration (from the MeasurementConfig table in the database).
progress
Type: LynceeTec.InterfacesIProgressReporter
Provider for progress update. Can be null.

Return Value

Type: Task
See Also