Связаться с нами
Связаться с нашими Представительствами напрямую
Parent page: PCB Query Functions - Membership Checks
Returns the specified polygon pour.
IsNamedPolygon(PolygonName : String) : Boolean/Boolean_String
IsNamedPolygon('Power3V3')
IsNamedPolygon('Power3V3') = True
IsNamedPolygon('Power3V3') = 'True'
Returns the polygon pour object whose Name property is Power3V3
.
Not IsNamedPolygon('Power3V3')
IsNamedPolygon('Power3V3') = False
IsNamedPolygon('Power3V3') = 'False'
Returns all objects except the polygon pour object whose Name property is Power3V3
.
PolygonName
string are mandatory.Связаться с нашими Представительствами напрямую