MKI_SELFILTER_DATA (Selection Filter Classes) New in Version 6.20

www.CAD6.com

C++ Syntax

class MKI_SELFILTER_DATA

{

  public:

 

  __int32 m_nMode;

  MKI_SELFILTER_BASE_PTR m_acData[MKI_SELFILTER_ENTRY_MAX];

};

 

This structure contains one selection filter entry consisting of a list of sub-entries.

 

Element Description

m_nMode

[__int32] Texts modes for each text to be searched. A bit-wise OR combination of the following values:

MKI_SELFILTER_MODE_OBJECT

The filter shall search in object properties.

MKI_SELFILTER_MODE_TEXT

The filter shall search in text properties.

MKI_SELFILTER_MODE_RECURSE

The filter shall recurse nested objects, instances, and references.

m_acData

[MKI_SELFILTER_BASE_PTR[]] List of selection filter sub-entries. If a pointer is nullptr, the corresponding sub-entry is undefined.

 

CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH