Contact Us
Contact our corporate or local offices directly.
Parent page: PCB Query Functions - Fields
Returns all polygon pour objects whose Auto Assigned Name property complies with the Query.
AutoAssignedName : Boolean_String
Boolean_String
must be either 'True'
or 'False'
.
AutoAssignedName = 'True'
Returns all polygon pour objects whose Auto Assigned Name property is enabled.
AutoAssignedName = 'False'
Returns all polygon pour objects whose Auto Assigned Name property is disabled.
AutoAssignedName <> 'True'
Not (AutoAssignedName = 'True')
Returns all objects except polygon pour objects whose Auto Assigned Name property is enabled.
AutoAssignedName <> 'False'
Not (AutoAssignedName = 'False')
Returns all objects except polygon pour objects whose Auto Assigned Name property is disabled.
Contact our corporate or local offices directly.