Query_Lang-schFunctions_ObjectTypeChecks_IsPolylineIsPolyline_AD
Created: August 02, 2022 | Updated: August 02, 2022
| Applies to version: 21
This document is no longer available beyond version 21. Information can now be found here: IsPolyline for version 25
Parent page: Schematic Query Functions - Object Type Checks
Summary
Returns line objects.
Syntax
IsPolyline : Boolean
Example Usage
Is
Polyline
Is
Polyline
= True
Returns all line objects.
Not Is
Polyline
Is
Polyline
= False
Returns all objects except line objects.