Click or drag to resize

ConfigManagerLoadSampleConfiguration Method

Loads a sample configuration. The measurement 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: 10.2.3317.0 , built 2025-03-17 14:55:33 UTC
Syntax
public void LoadSampleConfiguration(
	int sampleConfigId,
	IProgressReporter progress
)

Parameters

sampleConfigId  Int32
The id of the sample configuration (from the SampleInfo table in the database). Set to negative value to not load any configuration.
progress  IProgressReporter
Provider for progress update. Can be null.

Implements

IConfigManagerLoadSampleConfiguration(Int32, IProgressReporter)
Exceptions
ExceptionCondition
ConfigManagerException
See Also