IStepGetNet(String) Method

Search for an net with NetName.

Definition

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

Parameters

NetName  String
The name of the net.

Return Value

INet
an INet or null if the NetName is unknown

Implements

InterfaceStepGetNet(String)

See Also