InterfaceNetGetAllNetObjects(IPCBIWindow) Method

Creates a list of all IODBObjects in an net.

Definition

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

Parameters

Parent  IPCBIWindow
the parent of all IOBObjects

Return Value

ListIODBObject
list of all Net items

See Also