MKI_MULTI_XPROPERTY (Multi-Entity Editing Classes) Renamed and changed in Version 2023.1 |
www.CAD6.com |
C++ Syntaxclass MKI_MULTI_XPROPERTY : public MKI_MULTI_BASE { public:
MKI_MULTI_BASE m_cFlagBase; New in Version 2023.1
MKI_XPROPERTY m_cData;
void Init( void ); New in Version 2023.1
void Fill( MKI_CONST_XPROPERTY_REF f_rXProperty ); New in Version 2023.1
void MKI_XPROPERTY_REF f_rXProperty, bool f_fCopyAll ) const; New in Version 2023.1 };
This structure contains extended properties to be edited in a dialog window.
Element Descriptionm_cFlagBase New in Version 2023.1 [MKI_MULTI_BASE] Generic use / valid / indeterminate information for m_cData.m_nFlag. m_cData [MKI_XPROPERTY] A standard extended property set.
CommentWhen using functions of the base class MKI_MULTI_BASE, use the globally defined standard flags MKI_USE_* to identify this class's elements and all transmission flags.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH