MKI_DialogDimTextLarge (Dialogs) Changed in Version 2015.0

www.CAD6.com

C++ Syntax

bool

MKI_DialogDimTextLarge(

 HWND f_hWindow,

 const LPCWSTR f_pszCaption,

 MKI_DIMTEXTLARGE_REF f_rData );

 

Shows and processes a dialog for coordinate dimension text editing.

 

Parameters

Window

[HWND] Handle of the dialog window's parent window.

Caption

[const LPCWSTR] Title of the dialog window to be displayed. Be careful that the given title fits into the dialog window's caption.

Data

[MKI_DIMTEXTLARGE_REF] Address of a large dimension text parameter set. These parameters will be used to initialize the dialog window, and they will receive the edited texts and parameters if the user ends the dialog by pressing the OK button.

 

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