MKI_PLUGINCTRL_* (Plug-In Control Mode) Changed in Version 2021.0 |
www.CAD6.com |
This value determines on which versions of the application this plug-in will run on. It allows plug-ins to assure that they will not be used on non-registered versions or on demo versions. The value is a bit-wise OR combination of the following values:
MKI_PLUGINCTRL_PRO New in Version 2018.0 The plug-in may run on either CAD6pro (no longer available since Version 2019.0), CAD6studio or CAD6industrie. Can be combined with MKI_PLUGINCTRL_DEMO and MKI_PLUGINCTRL_TEST to allow for "demo" and "test" mode.
MKI_PLUGINCTRL_ECO New in Version 2018.0 The plug-in may run on CAD6eco (no longer available since Version 2019.0). Can be combined with MKI_PLUGINCTRL_DEMO and MKI_PLUGINCTRL_TEST to allow for "demo" and "test" mode.
MKI_PLUGINCTRL_STARTER New in Version 2019.0 The plug-in may run on CAD6starter. Can be combined with MKI_PLUGINCTRL_READONLY to allow for "read-only" mode.
MKI_PLUGINCTRL_DEMO The plug-in may run on demo versions.
MKI_PLUGINCTRL_TEST The plug-in may run on trial versions.
MKI_PLUGINCTRL_READONLY New in Version 2021.0 The plug-in may run on read-only versions.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH