Click or drag to resize

IEnvironmentManager Interface


Namespace: LynceeTec.Interfaces
Assembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntax
public interface IEnvironmentManager : IBaseManager, 
	IDisposable

The IEnvironmentManager 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 propertyDatabaseVersion The version of the database in use
(Inherited from IBaseManager)
Public propertyDHMHardwareConfiguration
(Inherited from IBaseManager)
Public propertyEnabledModules
(Inherited from IBaseManager)
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)
Top
Methods
 NameDescription
Public methodGetAllMeasurementConfigIdsForMagnification Gets a list of all the IDs of the available measurement configurations using a specific objective magnification
(Inherited from IBaseManager)
Public methodGetAllMeasurementConfigIdsForSources Gets a list of all the IDs of the available measurement configurations using a specific laser sources combination
(Inherited from IBaseManager)
Public methodGetAllMeasurementConfigIdsForSourcesAndMagnification Gets a list of all the IDs of the available measurement configurations using a specific objective magnification and laser sources combination
(Inherited from IBaseManager)
Public methodLinkDhmDevice 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)
Public methodUnlinkDhmDevice Unlink the DHM device instance from the manager.
(Inherited from IBaseManager)
Top
See Also