|
MKI_EngineStop (Engine) New in Version 2025.1 |
www.CAD6.com |
C++ Syntaxvoid MKI_EngineStop( bool f_fSaveSettings )
Stops the engine, i.e. free all required memory and resources, etc. The behavior is undefined if there was no prior successful MKI_EngineStart() call.
Once the engine was stopped, you must no longer call any API functions of the engine! Trying to stop the engine once it has already been stopped will have no effect (except for error logging if Debugging is active).
Only available in CAD6engine!
Parametersf_fSaveSettings [bool] If true, the engine's settings will be written to the INI files. If false, any changes to settings since starting the engine will be discarded. This option does not affect whether drawing, library, and collection data are saved – it only affects global engine settings!
|
CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH