Click or drag to resize

ConfigManagerLoadMeasurementConfiguration Method

Loads a measurement configuration. The sample configuration does not change. If a DHM device is connected, the configuration will automatically be transmitted. Synchronous function.

Namespace:  LynceeTec.Eucalyptus
Assembly:  LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 9.2.6612.0 , built 2022-07-14 10:43:30 UTC
Syntax
public void LoadMeasurementConfiguration(
	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.

Implements

IConfigManagerLoadMeasurementConfiguration(Int32, IProgressReporter)
Exceptions
ExceptionCondition
ConfigManagerException
AggregateExceptionAggregateException containing several InvalidHolographicMeasurementConfigExceptionif the measurement configuration is not valid and couldn't be fixed automatically. (See CheckConfigValidity)
See Also