 | EnvironmentStart(String) Method |
Entry point in the Lyncée Tec APIs. Starts the environment. Use this version when working with a Koala database. To be ready to use the environment, call
Login(String, SecureString) and
Init afterwards
Namespace: LynceeTec.APIAssembly: LynceeTec.API (in LynceeTec.API.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:35 UTC
Syntaxpublic static IConfigManager Start(
string databasePath
)
public:
static IConfigManager^ Start(
String^ databasePath
)
Parameters
- databasePath String
- The full path to the database
Return Value
IConfigManagerThe instance of the configuration manager. Mainly needed for the initialization of other APIs and to retrieve additional values. (Note that this is
the legacy
IConfigManager as used in the old Koala. Future versions of the API will return the new manager, more adapted to the new core).
Exceptions
RemarksA database is needed when working with hardware (for example for live images acquisitions and holograms recording).
See Also