 | IConfigManagerLoadMeasurementConfiguration Method |
Loads a measurement configuration. The sample configuration does not change. If a DHM device is connected, the configuration will automatically be transmitted.
Namespace: LynceeTec.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntaxvoid LoadMeasurementConfiguration(
int holoMeasurementConfigId,
IProgressReporter progress
)
void LoadMeasurementConfiguration(
int holoMeasurementConfigId,
IProgressReporter^ progress
)
Parameters
- holoMeasurementConfigId Int32
- The id of the configuration (from the MeasurementConfig table in the database).
- progress IProgressReporter
- Provider for progress update. Can be null.
See Also