部品ライブラリ

親ページ:回路図クエリ関数 - フィールド

概要

Libraryプロパティがクエリに準拠するすべてのパートオブジェクトを返します。

文法

PartLibrary : String

使用例

PartLibrary = 'Miscellaneous Devices.IntLib'
LibraryプロパティがMiscellaneous Devices.IntLibであるすべてのパートオブジェクトを返します。

PartLibrary Like 'Miscellaneous*.IntLib'
Libraryプロパティを持ち、その関連する文字列がMiscellaneousで始まり、.IntLibで終わるすべてのパートオブジェクトを返します。

ヒント

  1. Libraryプロパティは部分オブジェクトに対してのみ定義されています。

 

注記

This documentation page contains information for an older version of Altium Designer. The latest, online documentation can be found here.