InUnion
The features available depend on your Altium product access level. Compare features included in the various levels of Altium Designer Software Subscription and functionality delivered through applications provided by the Altium 365 platform.
If you don’t see a discussed feature in your software, contact Altium Sales to find out more.
Parent page: PCB Query Functions - Membership Checks
Summary Copy Link Copied
Returns all objects (parent and children) that are part of the specified union.
Syntax Copy Link Copied
InUnion(Union : Number) : Boolean/Boolean_String
Example Usage Copy Link Copied
InUnion(1)
InUnion(1) = True
InUnion(1) = 'True'
Returns all objects (parent and children) that are part of the union whose assigned number is 1
.
Not InUnion(4)
InUnion(4) = False
InUnion(4) = 'False'
Returns all objects except objects (parent and children) that are part of the union whose assigned number is 4
.