IsNet
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 - Object Type Checks
Summary Copy Link Copied
Returns net objects. Any object that includes the Net property can belong to a net, for example Track, Arc, Fill, Region, Polygon, Pad and Via.
Syntax Copy Link Copied
IsNet : Boolean
Example Usage Copy Link Copied
Is
Net
Is
Net
= True
Returns all net objects.
Not Is
Net
Is
Net
= False
Returns all objects except net objects.