Query_Lang-PCBFunctions_Fields_BarCodeInvertedBarCodeInverted_AD
This document is no longer available beyond version 21. Information can now be found here: BarCodeInverted for version 25
利用できる機能は、Altium 製品のアクセスレベルによって異なります。Altium Designer ソフトウェア サブスクリプション の様々なレベルに含まれる機能と、Altium 365 プラットフォーム で提供されるアプリケーションを通じて提供される機能を比較してください。
ソフトウェアの機能が見つからない場合は、Altium の営業担当者に連絡して 詳細を確認してください。
Parent page: PCB Query Functions - Fields
Summary Copy Link Copied
Returns all text string objects whose BarCode Inverted property complies with the Query.
Syntax Copy Link Copied
BarCodeInverted : Boolean_String
Example Usage Copy Link Copied
BarCodeInverted = 'True'
Returns all text string objects whose BarCode Inverted property is enabled.
BarCodeInverted = 'False'
Returns all text string objects whose BarCode Inverted property is disabled.
Tips Copy Link Copied
- The BarCode Inverted property is only defined for text string objects.
- Use of this keyword will also return the text string child primitive objects of group design objects (component, coordinate, dimension, drill table, and layer stack table objects), whose BarCode Inverted property complies with the Query. Should you wish to target solely text string objects that have been configured as barcode text, use an additional keyword prefix to target those objects. An example query expression would be IsBarCodeText And (
BarCodeInverted = 'True'
).