![]() |
MKI_FeedbackLocation (Feedback) Changed in Version 2022.0 |
www.CAD6.com |
C++ Syntaxbool MKI_FeedbackLocation( const LPCWSTR f_pszText1, const LPCWSTR f_pszText2, MKI_CONST_POINT_REF f_rPoint );
bool MKI_FeedbackLocation( __int32 f_nFeedbackCode, MKI_CONST_POINT_REF f_rPoint );
Displays a short-term feedback text at the location indicated by the given drawing coordinates (such as snapping results or input errors).
ParametersText1 [const LPCWSTR] Primary text to be displayed. This text should not contain any coordinate information. Text2 [const LPCWSTR] Secondary text to be displayed. This text will only be displayed behind Text1 if the user has switched coordinate display on, so this text should contain any coordinate information. FeedbackCode New in Version 2022.0 [__int32] Feedback message to be displayed, accompanied by a message beep. For a list of available feedback codes, see MKI_FEEDBACK_*. Point [MKI_CONST_POINT_REF] Position of the feedback text in internal drawing coordinates.
Return ValueReturns true if successful, or false if unable to display the feedback text (due to invalid parameters or memory limitations).
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH