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