|
MKI_SELFILTER_BLOCK (Selection Filter Classes) New in Version 2026.0 |
www.CAD6.com |
C++ Syntaxclass MKI_SELFILTER_BLOCK : public MKI_SELFILTER_BASE { public:
__int32 m_nCount; MKI_FIND_BLOCK m_acData[MKI_SELFILTER_VALUE_MAX]; };
This structure contains one selection filter sub-entry with multiple block reference information.
Element Descriptionm_cHeader [MKI_SELFILTER_HEADER] Header of the selection filter sub-entry. m_nCount [__int32] Number of valid Data sets in this sub-entry. Valid range is 0 <= Value <= MKI_SELFILTER_VALUE_MAX. m_acData [MKI_FIND_BLOCK[]] Block reference to be searched for.
|
CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH