Click or drag to resize

IBaseManager Interface

Namespace:  LynceeTec.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:14 UTC
Syntax
public interface IBaseManager : IDisposable

The IBaseManager type exposes the following members.

Properties
  NameDescription
Public propertyAllMeasurementConfigsIDs
List of all the IDs of the available measurement configurations in the database
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
Public propertyDatabaseVersion
The version of the database in use
Public propertyDHMHardwareConfiguration
Public propertyEnabledModules
Public propertyIsDatabaseReadonly
true
if the database is readonly
Public propertyIsDhmLinked
true
if a DHM object is linked
Public propertyUserManager
Top
Methods
  NameDescription
Public methodGetAllMeasurementConfigIdsForMagnification
Gets a list of all the IDs of the available measurement configurations using a specific objective magnification
Public methodGetAllMeasurementConfigIdsForSources
Gets a list of all the IDs of the available measurement configurations using a specific laser sources combination
Public methodGetAllMeasurementConfigIdsForSourcesAndMagnification
Gets a list of all the IDs of the available measurement configurations using a specific objective magnification and laser sources combination
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
Public methodUnlinkDhmDevice
Unlink the DHM device instance from the manager.
Top
See Also