Click or drag to resize

MeasurementConfigManagerLoadSampleConfiguration(Int32, IProgressReporter) Method

Loads the parameters of a sample configuration. Do not call from UI thread.

Namespace: LynceeTec.API
Assembly: LynceeTec.API (in LynceeTec.API.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:35 UTC
Syntax
public static void LoadSampleConfiguration(
	int sampleConfigurationId,
	IProgressReporter progressReporter
)

Parameters

sampleConfigurationId  Int32
ID of the sample configuration in the database.
progressReporter  IProgressReporter
Provider for progress report of the configuration. Can be null.
Exceptions
ExceptionCondition
ConfigManagerException
See Also