INetGetAllNetObjects(IPCBIWindow) 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(
	IPCBIWindow Parent
)

Parameters

Parent  IPCBIWindow
the parent of all IOBObjects

Return Value

ListIODBObject
list of all Net items

Implements

InterfaceNetGetAllNetObjects(IPCBIWindow)

See Also