Query_Lang-schFunctions_ObjectTypeChecks_IsPartIsPart_AD
Created: 八月 02, 2022 | Updated: 八月 02, 2022
| Applies to version: 21
This document is no longer available beyond version 21. Information can now be found here: IsPart for version 25
Parent page: Schematic Query Functions - Object Type Checks
Summary
Returns part objects.
Syntax
IsPart : Boolean
Example Usage
Is
Part
Is
Part
= True
Returns all part objects.
Not Is
Part
Is
Part
= False
Returns all objects except part objects.
Tips
- This function is an alias for the IsSchComponent function.