MKI_GetApplicationType (Application) Changed in Version 2025.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.

 

For information on the current state of the application, use MKI_GetApplicationState().

 

Return Value

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

 

MKI_APPTYPE_INDUSTRIE New in Version 2025.0

The application is CAD6industrie. If this is set, MKI_APPTYPE_STUDIO and MKI_APPTYPE_PRO will also be set.

 

MKI_APPTYPE_STUDIO New in Version 2025.0

The application is CAD6studio. If this is set, MKI_APPTYPE_PRO will also be set.

 

MKI_APPTYPE_PRO New in Version 2025.0

The application is CAD6pro (no longer available since Version 2019.0).

 

MKI_APPTYPE_ECO New in Version 2025.0

The application is CAD6eco (no longer available since Version 2019.0).

 

MKI_APPTYPE_STARTER New in Version 2025.0

The application is CAD6starter.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH