 | IConfigManagerLoadSampleConfig Method |
Loads a sample configuration. The measurement configuration does not change. If a DHM device is connected, the configuration will automatically be transmitted.
Only relevant for old Koala
Namespace:
LynceeTec.Interfaces
Assembly:
LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 8.2.31040.0 8_2_dev 3db1cb9c, built 2020-09-23 07:46:59 UTC
SyntaxTask LoadSampleConfig(
int sampleConfigId,
IProgressReporter progress
)
Task^ LoadSampleConfig(
int sampleConfigId,
IProgressReporter^ progress
)
Parameters
- sampleConfigId
- Type: SystemInt32
The id of the sample configuration (from the SampleInfo table in the database). Set to negative value to not load any configuration. - progress
- Type: LynceeTec.InterfacesIProgressReporter
Provider for progress update. Can be null.
Return Value
Type:
Task
See Also