InterfaceStepGetAllCMPsWithNetConnectionTo Method

Calculate a list of all components on the net.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
List<ICMPObject> GetAllCMPsWithNetConnectionTo(
	int netNumber
)

Parameters

netNumber  Int32
 

Return Value

ListICMPObject
all relevant components

See Also