MKI_COMMENTDATA (Entity Data Classes) Changed in Version 2022.1 |
www.CAD6.com |
C++ Syntaxclass MKI_COMMENTDATA { public:
MKI_COMMENTSHORT m_szTopic; __int32 m_nSymbol, m_nProgress;
void Init( void );
bool IsIdentical( const MKI_COMMENTDATA& f_rData ) const; New in Version 2022.1 };
This structure contains a comment parameter set.
Element DescriptionTopic Changed in Version 2019.1 [MKI_COMMENTSHORT] Topic of the comment, This text will be display in the header of the comment. Symbol New in Version 2019.1 [__int32] This value determines which symbol shall be displayed on-screen at the comment's position:
MKI_COMMENT_SYMBOL_PIN A blue pin.
MKI_COMMENT_SYMBOL_BUBBLE A yellow speech bubble.
MKI_COMMENT_SYMBOL_ARROW A red arrow. Progress [__int32] This value determines how far any work concerning the comment has proceeded. Allowed values are:
MKI_COMMENT_PROGRESS_NEW New comment, has not been handled.
MKI_COMMENT_PROGRESS_WORKING Working on the problem has started.
MKI_COMMENT_PROGRESS_SOLVED The problem has been solved.
MKI_COMMENT_PROGRESS_CRITICAL New in Version 2019.1 The problem is critical.
MKD SyntaxA data block of type MKI_DB_INFO_COMMENT (240) is used to store the parameters for comments, i.e. for objects that are used to display comment texts in the drawing.
Topic, Symbol,Progress
Example|Topic| "Problem", |Symbol,Progress| 1,0
This comment has the topic "Problem" and will display a yellow speech bubble. It has not been read, and has not yet been worked through.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH