Click or drag to resize

IConfigManager Interface

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
Syntax
public interface IConfigManager : IBaseManager, 
	IDisposable

The IConfigManager type exposes the following members.

Properties
  NameDescription
Public propertyCurrentHoloMeasurementConfig
Current measurement configuration loaded in the core. Only relevant for old Koala
Public propertyCurrentSampleCorrectionConfig
Current sample configuration loaded in the core. Only relevant for old Koala
Public propertyDatabaseVersion
The version of the database in use
(Inherited from IBaseManager.)
Public propertyDeltaN
Current difference of refraction indexes corresponding to the current sample correction loaded in the core, adjusted to the type of DHM. Only relevant for old Koala
Public propertyDHMHardwareConfiguration (Inherited from IBaseManager.)
Public propertyEnabledModules (Inherited from IBaseManager.)
Public propertyIsConfigLoaded
true
if a measurement configuration is loaded. Only relevant for old Koala
Public propertyIsDatabaseReadonly
true
if the database is readonly
(Inherited from IBaseManager.)
Public propertyIsDhmConnected (Inherited from IBaseManager.)
Public propertyUserManager (Inherited from IBaseManager.)
Public propertyVerticalScanningConfig
Current vertical scanning configuration loaded in the core. Only relevant for old Koala
Top
Methods
  NameDescription
Public methodChangeCameraConfig
Public methodCopyDatabase
Public methodLoadConfigs
Loads a measurement configuration and a sample configuration. If a DHM device is connected, the configuration will automatically be transmitted. Only relevant for old Koala
Public methodLoadMeasurementConfig
Loads a measurement configuration. The sample configuration does not change. If a DHM device is connected, the configuration will automatically be transmitted. Only relevant for old Koala
Public methodLoadSampleConfig
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
Public methodUnloadConfigs
Unloads the current configurations (both the Measurement configuration and the Sample configuration). If a DHM device is connected, the modification will automatically be transmitted. Only relevant for old Koala
Public methodUnloadMeasurementConfig
Unloads the current measurement configuration. The sample configuration does not change. This has no effect on the currently connected DHM. Only relevant for old Koala
Public methodUnloadSampleConfig
Unloads the current sample configuration. The default sample configuration is loaded instead. The measurement configuration does not change. If a DHM device is connected, the modification will automatically be transmitted. Only relevant for old Koala
Top
See Also