MKI_ConvertAngleDisplay (Strings) New in Version 2015.0

www.CAD6.com

C++ Syntax

bool

MKI_ConvertAngleDisplay(

 LPWSTR f_pszText,

 double f_dValue );

 

Converts an angle value (based on the angle unit in the window below the mouse cursor) to a string.

 

Parameters

Text

[LPWSTR] Text buffer to receive the converted double string. Allow at least MKI_LENGTH_NAME_SHORT characters!

Value

[double] Floating point value to be converted into a string.

 

Return Value

Returns true if successful. If false is returned, Text is unchanged.

 

Comment

This conversion will consider the decimal separator defined by the user (point or comma).

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH