![]() | IEnvironmentManager Interface |
Namespace: LynceeTec.Interfaces
The IEnvironmentManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllMeasurementConfigsIDs |
List of all the IDs of the available measurement configurations in the database
(Inherited from IBaseManager.) |
![]() | AllMeasurementConfigsInfo |
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.) |
![]() | DatabaseVersion |
The version of the database in use
(Inherited from IBaseManager.) |
![]() | DHMHardwareConfiguration | (Inherited from IBaseManager.) |
![]() | EnabledModules | (Inherited from IBaseManager.) |
![]() | IsDatabaseReadonly | true |
![]() | IsDhmLinked | true |
![]() | UserManager | (Inherited from IBaseManager.) |
Name | Description | |
---|---|---|
![]() | GetAllMeasurementConfigIdsForMagnification |
Gets a list of all the IDs of the available measurement configurations using a specific objective magnification
(Inherited from IBaseManager.) |
![]() | GetAllMeasurementConfigIdsForSources |
Gets a list of all the IDs of the available measurement configurations using a specific laser sources combination
(Inherited from IBaseManager.) |
![]() | GetAllMeasurementConfigIdsForSourcesAndMagnification |
Gets a list of all the IDs of the available measurement configurations using a specific objective magnification and
laser sources combination
(Inherited from IBaseManager.) |
![]() | LinkDhmDevice |
Links a DHM device to the manager. The device will then be automatically notified if a configuration is loaded.
Previously loaded configurations are not given to the DHM
(Inherited from IBaseManager.) |
![]() | UnlinkDhmDevice |
Unlink the DHM device instance from the manager.
(Inherited from IBaseManager.) |