InterfaceNetGetAllObjectsOn(String, InterfacePCBIWindow) 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,
	InterfacePCBIWindow parent
)

Parameters

layerName  String
the current layer name
parent  InterfacePCBIWindow
The current PCBI-Window.

Return Value

ListIODBObject
List of Net-Items.

See Also