Query_Lang-PCBFunctions_AttributeChecks_IsSelectedIsSelected_AD
This document is no longer available beyond version 21. Information can now be found here: IsSelected for version 24
Parent page: PCB Query Functions - Attribute Checks
Summary
Returns all objects that are currently selected in the design workspace.
Syntax
IsSelected : Boolean/Boolean_String
Example Usage
IsSelected
IsSelected = True
IsSelected = 'True'
Returns all objects that are currently selected in the design workspace.
Not IsSelected
IsSelected = False
IsSelected = 'False'
Returns all objects except objects that are currently selected in the design workspace.