Click or drag to resize

EnvironmentStart Method

Entry point in the Lyncée Tec APIs. Initializes the environment. Use this version when working with metadata only (no database).

Namespace:  LynceeTec.API
Assembly:  LynceeTec.API (in LynceeTec.API.dll) Version: 10.1.23514.0 , built 2023-11-07 12:21:48 UTC
Syntax
public static void Start()
Exceptions
ExceptionCondition
EnvironmentAlreadyStartedExceptionThrown if the environment was already initialized because Start was already called before.
InvalidDongleTypeExceptionThrown if the dongle is an Online dongle
Remarks
A database is needed when working with hardware (for example for live images acquisitions and holograms recording).
See Also