Contact Us
Contact our corporate or local offices directly.
Parent page: PCB Query Functions - Membership Checks
Returns all component objects whose Layer property matches a layer that is a member of the specified Layer Class.
ComponentInLayerClass(ClassName : String) : Boolean/Boolean_String
ComponentInLayerClass('TopSide')
ComponentInLayerClass('TopSide') = True
ComponentInLayerClass('TopSide') = 'True'
Returns all component objects whose Layer property matches a layer that is a member of the TopSide Layer Class.
Not ComponentInLayerClass('BottomSide')
ComponentInLayerClass('BottomSide') = False
ComponentInLayerClass('BottomSide') = 'False'
Returns all objects except component objects whose Layer property matches a layer that is a member of the BottomSide Layer Class.
ClassName
string are mandatory.Contact our corporate or local offices directly.