MKI_DialogDimLine (Dialogs) Changed in Version 2023.1

www.CAD6.com

C++ Syntax

bool

MKI_DialogDimLine(

 HWND f_hWindow,

 const LPCWSTR f_pszCaption,

 MKI_DIMLINE_REF f_rDimLine,

 __int32 f_nDimMode );

 

Shows and processes a dialog for dimension line parameter editing.

 

Parameters

f_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_DIMLINE_REF] Address of a 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 Value

Returns 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