![]() |
MKI_GetApplicationType (Application) Changed in Version 2025.1 |
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 ValueReturns the type of application as a bit-wise OR combination of the following values: MKI_APPTYPE_INDUSTRIE New in Version 2025.0 The application type 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 type is CAD6studio. If this is set, MKI_APPTYPE_PRO will also be set. MKI_APPTYPE_PRO New in Version 2025.0 The application type is CAD6pro (no longer available since Version 2019.0). MKI_APPTYPE_ECO New in Version 2025.0 The application type is CAD6eco (no longer available since Version 2019.0). MKI_APPTYPE_STARTER New in Version 2025.0 The application type is CAD6starter. MKI_APPTYPE_ENGINE_ECO New in Version 2025.1 The application type is CAD6engine Eco. MKI_APPTYPE_ENGINE_PRO New in Version 2025.1 The application type is CAD6engine Pro. If this is set, MKI_APPTYPE_ENGINE_ECO will also be set.
|
CAD6interface 2025.1 - Copyright 2025 Malz++Kassner® GmbH