Contact Us
Contact our corporate or local offices directly.
Parent page: PCB Query Functions - Membership Checks
Returns all objects whose Layer property complies with the Query.
OnLayer(Layer : String) : Boolean/Boolean_String
OnLayer('Top Layer')
OnLayer('Top Layer') = True
OnLayer('Top Layer') = 'True'
Returns all objects whose Layer property is Top Layer.
Not OnLayer('Mechanical 3')
OnLayer('Mechanical 3') = False
OnLayer('Mechanical 3') = 'False'
Returns all objects except objects whose Layer property is Mechanical 3 layer.
Layer
are mandatory.Contact our corporate or local offices directly.