INetGetAllNetObjects(InterfacePCBIWindow) Method

Creates a list of all IODBObjects in an net.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<IODBObject> GetAllNetObjects(
	InterfacePCBIWindow parent
)

Parameters

parent  InterfacePCBIWindow
the parent of all IOBObjects

Return Value

ListIODBObject
list of all Net items

Implements

InterfaceNetGetAllNetObjects(InterfacePCBIWindow)

See Also