![]() |
MKI_DialogDimLineMulti (Dialogs) Changed in Version 2023.1 |
www.CAD6.com |
C++ Syntaxbool MKI_DialogDimLineMulti( HWND f_hWindow, const LPCWSTR f_pszCaption, MKI_MULTI_DIMLINE_REF f_rDimLine, __int32 f_nDimMode );
Shows and processes a dialog for multi-entity dimension line parameter editing.
Parametersf_hWindow [HWND] Handle of the dialog window's parent window. f_pszCaption [const LPCWSTR] Title of the dialog window to be displayed. Be careful that the given title fits into the dialog window's caption. f_rDimLine [MKI_MULTI_DIMLINE_REF] Address of a multi-entity dimension line parameter set. These parameters will be used to initialize the dialog window, and they will receive the selected parameters if the user ends the dialog by pressing the OK button. f_nDimMode [__int32] A bit-wise OR combination of flags indicating which subsets of dimension parameters shall be editable (see MKI_DIMMODE_*). The following values can be used:
MKI_DIMMODE_ARROWSTARTFORM MKI_DIMMODE_ARROWSTARTMODE MKI_DIMMODE_ARROWENDFORM MKI_DIMMODE_ARROWENDMODE
Return ValueReturns true if the dialog window was ended by pressing the OK button and anything inside the window was changed, else false.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH