InterfaceNetGetAllNetObjects(InterfacePCBIWindow) 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(
	InterfacePCBIWindow parent
)

Parameters

parent  InterfacePCBIWindow
 

Return Value

ListIODBObject
list of all Net items

See Also