![]() |
MKI_CommandInternal (Application) Changed in Version 2022.2 |
www.CAD6.com |
C++ Syntaxvoid MKI_CommandInternal( __int32 f_nCommandID, bool f_fAddToList );
Executes a standard command of the serving application.
ParametersCommandID [__int32] Identification of the application's internal command to executed. For a list of all command IDs, see MKI_MENU_*. AddToList New in Version 2022.2 [bool] If true, the executed command will be added to list of recently used commands (aka "Command History").
CommentIf the executed command is a permanent command, i.e. a command that is active until the user selects another command, the procedure will return immediately after initializing the command! Only "direct" commands that do not require point entry will be completely finished when MKI_CommandInternal returns.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH