Contact Us
Contact our corporate or local offices directly.
Parent page: PCB Query Functions - Fields
Returns all text objects whose String Type property complies with the Query.
StringType = StringType_String
StringType <> StringType_String
StringType_String
must be one of the strings from the following list:
'Comment'
'Designator'
'Free'
StringType = 'Designator'
Returns all text objects whose String Type property is Designator
.
StringType <> 'Free'
Returns all objects except text objects whose String Type property is Free
.
StringType = 'Comment' || StringType = 'Designator'
IsString && StringType <> 'Free'
Returns all text objects whose String Type property is not Free
.
StringType_String
are mandatory.
Contact our corporate or local offices directly.