Contact Us
Contact our corporate or local offices directly.
Parent page: PCB Query Functions - Membership Checks
Returns all objects whose Layer property matches a layer that is a member of the specified Layer Class.
InLayerClass(ClassName : String) : Boolean/Boolean_String
InLayerClass('TopSide')
InLayerClass('TopSide') = True
InLayerClass('TopSide') = 'True'
Returns all objects whose Layer property matches a layer that is a member of the TopSide Layer Class.
Not InLayerClass('BottomSide')
InLayerClass('BottomSide') = False
InLayerClass('BottomSide') = 'False'
Returns all objects except 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.