Click or drag to resize

IConfigManager Properties

The IConfigManager type exposes the following members.

Properties
 NameDescription
Public propertyAllMeasurementConfigsIDs List of all the IDs of the available measurement configurations in the database
(Inherited from IBaseManager)
Public propertyAllMeasurementConfigsInfo List of all the measurement configurations in the database. Use for information only (display info to the user, etc) Do not edit the values directly
(Inherited from IBaseManager)
Public propertyAllSampleConfigsIDs List of all the IDs of the available sample configurations in the database
(Inherited from IBaseManager)
Public propertyAllSampleConfigsInfo List of all the sample configurations in the database. Use for information only (display info to the user, etc) Do not edit the values directly
(Inherited from IBaseManager)
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 refractive 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
C#
true
if a measurement configuration is loaded. Only relevant for old Koala
Public propertyIsDatabaseReadonly
C#
true
if the database is readonly
(Inherited from IBaseManager)
Public propertyIsDhmLinked
C#
true
if a DHM object is linked
(Inherited from IBaseManager)
Public propertyUserManager
(Inherited from IBaseManager)
Public propertyVerticalScanningConfig Current vertical scanning configuration loaded in the core. Only relevant for old Koala
Top
See Also