Click or drag to resize

MeasurementConfigManagerLoadSampleConfiguration Method (Int32)

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.1.23514.0 , built 2023-11-07 12:21:48 UTC
Syntax
public static void LoadSampleConfiguration(
	int sampleConfigurationId
)

Parameters

sampleConfigurationId
Type: SystemInt32
ID of the sample configuration in the database.
Exceptions
ExceptionCondition
ConfigManagerException
See Also