Restricted
This document is no longer available beyond version 21. Information can now be found here: Restricted for version 25
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 - Fields
Summary Copy Link Copied
Returns all keepout objects whose Restricted for Layer property complies with the Query.
Syntax Copy Link Copied
Restricted = Layer_String
Restricted <> Layer_String
Example Usage Copy Link Copied
Restricted = 'TopLayer'
Returns all keepout objects on the TopLayer.
Restricted <> 'MidLayer1'
Returns all keepout objects except for those on the MidLayer1 layer.
Tips Copy Link Copied
- The single quote characters (') at the start and end of
Layer_String
are mandatory. - The Restricted for Layer property is only defined for keepout objects (arcs, fills, solid regions, and tracks).