Query_Lang-schFunctions_ObjectTypeChecks_IsSchComponentIsSchComponent_AD
Created: August 02, 2022 | Updated: August 02, 2022
Parent page: Schematic Query Functions - Object Type Checks
Summary
Returns part objects.
Syntax
IsSchComponent : Boolean
Example Usage
IsSchComponent
IsSchComponent = True
Returns all part objects.
Not IsSchComponent
IsSchComponent = False
Returns all objects except part objects.
Tips
- This function is an alias for the IsPart function.