Query_Lang-SCHFunctions_Fields_PartIdPartId_AD
Created: August 02, 2022 | Updated: August 02, 2022
| Applies to version: 21
This document is no longer available beyond version 21.0. Information can now be found here: PartId for version 25
Parent page: Schematic Query Functions - Fields
Summary
Returns all part objects whose Current Part property complies with the Query.
Syntax
PartId : String
Example Usage
PartId = 'B'
Returns all part objects whose Current Part property is B
.
IsPart && PartId <> 'A'
Returns all part objects except those whose Current Part property is A
.
Tips
- The Current Part property is only defined for part objects.