InterfaceNet Interface
Net interface with important methods and properties for unit tests.
Namespace: PCBI.Automation.InterfacesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public interface InterfaceNet
Public Interface InterfaceNet
public interface class InterfaceNet
type InterfaceNet = interface end
| AddCMP(ICMPObject, Int32, String) |
Add a component to the net.
|
| AddCMP(InterfaceCMPObject, Int32, String) |
Add a component to the net.
|
| AddFID(FidType, Int32, Int32) |
Add a new FID to the net.
Note: If you create a new job and have all nets created new it will be added by saving the project as default.
|
| AddFID(FidType, String, Int32) |
Add a new FID to the net.
Note: If you create a new job and have all nets created new it will be added by saving the project as default.
|
| AddLayerRef |
Add a reference for the layer in the netInformation class.
|
| GetAllNetObjects(InterfacePCBIWindow) |
Creates a list of all IODBObjects in an net.
|
| GetAllNetObjects(IPCBIWindow) |
Creates a list of all IODBObjects in an net.
|
| GetAllObjectsOn(String, InterfacePCBIWindow) |
Create a list of items on one layer.
|
| GetAllObjectsOn(String, IPCBIWindow) |
Create a list of items on one layer.
|
| GetAllUsedLayers(InterfaceStep) |
Create a list of all layernames of the net.
|
| GetAllUsedLayers(IStep) |
Create a list of all layernames of the net.
|
| GetCountNetElements |
Count of all elements on all layers.
|
| GetNetNumber |
Net number of this net.
|
| GetVisualNetBounds |
Gets the area in world coords (mils) where this net is used over all layers
|
| SelectNet |
Select this net in PCB-Investigator.
|