IStepGetAllCMPsWithNetConnectionTo Method

Calculate a list of all components on the net.

Definition

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

Parameters

NetNr  Int32
the choosen net

Return Value

ListICMPObject
all relevant components

Implements

InterfaceStepGetAllCMPsWithNetConnectionTo(Int32)

See Also