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.2.3317.0 , built 2025-03-17 14:55:35 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

Reference

Environment Class
Start Overload
LynceeTec.API Namespace
[!:Start(System.String,System.Security.SecureString,System.String,System.String)]
[!:StartAndInit(System.String,System.Security.SecureString,System.String,System.String)]
End
IsStarted