|
MKI_ConvertAngleDisplay (Strings) Changed in Version 2026.0 |
www.CAD6.com |
C++ Syntaxbool MKI_ConvertAngleDisplay( LPWSTR f_pszText, const size_t f_unMaxSize, double f_dValue );
template <size_t f_unSize> bool MKI_ConvertAngleDisplay( wchar_t (&f_rDestin)[f_unSize], double f_dValue );
Converts an angle value (based on the angle unit in the window below the mouse cursor) to a string.
Parametersf_pszText / f_rDestin [LPWSTR] Pointer to or [wchar_t[]&] Reference to text buffer to receive the converted double string. f_unMaxSize [const size_t] Maximum allowed length of the destination text in UTF-16 characters including the terminating '\0' character. f_dValue [double] Floating point value to be converted into a string.
Return ValueReturns true if successful. If false is returned, f_pszText is unchanged.
CommentThis conversion will consider the decimal separator defined by the user (point or comma).
|
CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH