MKI_GetApplicationType (Application) Changed in Version 2021.0

www.CAD6.com

C++ Syntax

__int32

MKI_GetApplicationType( void )

 

Returns the current application's type so that the plug-in may adapt to it.

 

Return Value

Returns the type of application as a bit-wise OR combination of the following values:

 

MKI_PLUGINCTRL_PRO New in Version 2018.0

The application is either CAD6pro (no longer available since Version 2019.0), CAD6studio or CAD6industrie. Can be combined with MKI_PLUGINCTRL_DEMO and MKI_PLUGINCTRL_TEST to indicate "demo" and "test" mode.

 

MKI_PLUGINCTRL_ECO New in Version 2018.0

The application is CAD6eco (no longer available since Version 2019.0). Can be combined with MKI_PLUGINCTRL_DEMO and MKI_PLUGINCTRL_TEST to indicate "demo" and "test" mode.

 

MKI_PLUGINCTRL_STARTER New in Version 2019.0

The application is CAD6starter. Can be combined with MKI_PLUGINCTRL_READONLY to indicate "read-only" mode.

 

MKI_PLUGINCTRL_DEMO

The application is in "demo" mode, i.e. the trial period has expired.

 

MKI_PLUGINCTRL_TEST

The application is in "test" mode, i.e. within its free 30 days trial period.

 

MKI_PLUGINCTRL_READONLY New in Version 2021.0

The application is in "read-only" mode, i.e. may usually not write any files.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH