InterfaceNetGetAllObjectsOn(String, IPCBIWindow) Method

Create a list of items on one layer.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
List<IODBObject> GetAllObjectsOn(
	string LayerName,
	IPCBIWindow Parent
)

Parameters

LayerName  String
the current layer name
Parent  IPCBIWindow
The current PCBI-Window.

Return Value

ListIODBObject
List of Net-Items.

See Also