IStepGetNet(Int32) Method

Search for an net with NetNumber.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public INet GetNet(
	int PcbNetNumber
)

Parameters

PcbNetNumber  Int32
The number of the net.

Return Value

INet
an INet or null if the PcbNetNumber is unknown

See Also