Click or drag to resize

Environment Class

The Lyncée Tec API environment, required for any work with the APIs
Inheritance Hierarchy
SystemObject
  LynceeTec.APIEnvironment

Namespace:  LynceeTec.API
Assembly:  LynceeTec.API (in LynceeTec.API.dll) Version: 9.0.26418.0 , built 2021-10-22 08:54:12 UTC
Syntax
public static class Environment

The Environment type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAvailableMagnifications
List of available magnifications for the current environment
Public propertyStatic memberDatabaseVersion
The version of the database in use
Public propertyStatic memberIsDongleOffline
Gets a value indicating if an Offline dongle was found at environment start
Public propertyStatic memberIsStarted
Gets a value indicating whether the Environment is already started
Public propertyStatic memberNumberOfWavelengths
Number of available wavelengths for the current environment
Top
Methods
  NameDescription
Public methodStatic memberEnd
Cleanly ends the Lyncée Tec API session and disposes the resources. One of the overload of Start must have been called first.
Public methodStatic memberStart
Entry point in the Lyncée Tec APIs. Initializes the environment. Use this version when working with metadata only (no database).
Public methodStatic memberStart(String, SecureString, String)
Entry point in the Lyncée Tec APIs. Initializes the environment. Use this version when working with a Koala database.
Top
See Also