 | IConfigManagerLoadSampleConfiguration Method |
Loads a sample configuration. The measurement configuration does not change. If a DHM device is connected, the configuration will automatically be transmitted.
Synchronous
Namespace:
LynceeTec.Interfaces
Assembly:
LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.0.10611.0 , built 2022-11-07 13:51:40 UTC
Syntaxvoid LoadSampleConfiguration(
int sampleConfigId,
IProgressReporter progress
)
void LoadSampleConfiguration(
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.
See Also