MKI_APPTYPE_* (Add Types) New in Version 2025.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 disabled versions. The value is a bit-wise OR combination of the following values:

 

MKI_APPTYPE_INDUSTRIE

The plug-in runs on CAD6industrie.

 

MKI_APPTYPE_STUDIO

The plug-in runs on CAD6studio or higher.

 

MKI_APPTYPE_PRO

The plug-in runs on CAD6pro (no longer available since Version 2019.0) or higher.

 

MKI_APPTYPE_ECO

The plug-in runs on CAD6eco (no longer available since Version 2019.0).

 

MKI_APPTYPE_STARTER

The plug-in runs on CAD6starter.

 

MKI_APPTYPE_DISABLED

The plug-in runs on disabled versions (locked, expired, outdated). Can be combined with MKI_APPTYPE_INDUSTRIE, MKI_APPTYPE_STUDIO, and MKI_APPTYPE_PRO.

 

MKI_APPTYPE_TRIAL

The plug-in runs on trial versions. Can be combined with MKI_APPTYPE_INDUSTRIE, MKI_APPTYPE_STUDIO, and MKI_APPTYPE_PRO.

 

MKI_APPTYPE_READONLY

The plug-in runs on read-only versions. Can be combined with MKI_APPTYPE_STARTER.

 

MKI_APPTYPE_ALL

The plug-in runs on all applications.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH