MKI_SELFILTER_TEXT (Selection Filter Classes) Changed in Version 2021.2

www.CAD6.com

C++ Syntax

class MKI_SELFILTER_TEXT : public MKI_SELFILTER_BASE

{

  public:

 

  __int32 m_nCount;

  MKI_STRSHORTW m_aszText[MKI_SELFILTER_VALUE_MAX];

  __int32 m_anTextMode[MKI_SELFILTER_VALUE_MAX];

};

 

This structure contains one selection filter sub-entry with multiple text information.

 

Element Description

Header

[MKI_SELFILTER_HEADER] Header of the selection filter sub-entry.

Count

[__int32] Number of valid pairs of Text / TextMode in this sub-entry. Valid range is 0 <= Value <= MKI_SELFILTER_VALUE_MAX.

Text Changed in Version 2019.1

[MKI_STRSHORTW[]] Texts to be searched for.

TextMode

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

 

MKI_SEARCH_MODE_SENSITIVE

The search shall be case-sensitive.

 

MKI_SEARCH_MODE_NOTAGS

The search shall ignore formatting tags like <b> and </b>.

 

MKI_SEARCH_MODE_NOVARS

The search shall leave variables unresolved.

 

MKI_SEARCH_MODE_PARTIAL

The search shall find partial matches, i.e. texts that contain the search text.

 

MKI_SEARCH_MODE_RECURSE

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

 

MKI_SEARCH_MODE_VISIBLE

The search shall only include visible texts.

 

MKI_SEARCH_MODE_OBJECTPROP New in Version 2021.2

When searching for property names, include object properties.

 

MKI_SEARCH_MODE_TEXTPROP New in Version 2021.2

When searching for property names, include text properties.

 

MKI_SEARCH_MODE_TEXT

The search shall search in standard texts.

 

MKI_SEARCH_MODE_DIMENSION

The search shall search in dimension texts.

 

MKI_SEARCH_MODE_ATTRIBVALUE Renamed in Version 2021.0

The search shall search in attribute contents.

 

MKI_SEARCH_MODE_BLOCKNAME

The search shall search in block names.

 

MKI_SEARCH_MODE_LIBRARYNAME

The search shall search in library names.

 

MKI_SEARCH_MODE_BITMAPNAME

The search shall search in bitmap names.

 

MKI_SEARCH_MODE_FONTNAME

The search shall search in font names.

 

MKI_SEARCH_MODE_DRAWINGNAME

The search shall search in drawing names.

 

MKI_SEARCH_MODE_HYPERLINK New in Version 6.30

The search shall search in hyperlink texts.

 

MKI_SEARCH_MODE_COMMENT New in Version 2019.1

The search shall search in comments.

 

MKI_SEARCH_MODE_ATTRIBNAME New in Version 2021.0

The search shall search in attribute names.

 

MKI_SEARCH_MODE_LAYERNAME New in Version 2021.2

The search shall search in layer names (MKI_SEARCH_MODE_OBJECTPROP and/or MKI_SEARCH_MODE_TEXTPROP must be set).

 

MKI_SEARCH_MODE_PENNAME New in Version 2021.2

The search shall search in pen names (MKI_SEARCH_MODE_OBJECTPROP and/or MKI_SEARCH_MODE_TEXTPROP must be set).

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH