INetGetAllObjectsOn(String, InterfacePCBIWindow) Method

Create a list of items on one layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public 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.

Implements

InterfaceNetGetAllObjectsOn(String, InterfacePCBIWindow)

See Also