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: 9.0.26418.0 , built 2021-10-22 08:54:12 UTC
Syntax
public static void Start()
Exceptions
ExceptionCondition
EnvironmentAlreadyStartedExceptionThrown if the environment was already initialized because Start was already called before.
Remarks
A database is needed when working with hardware (for example for live images acquisitions and holograms recording).
See Also