InterfaceStepGetNet(String) Method

Search for an net with NetName.

Definition

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

Parameters

netName  String
 

Return Value

INet
an INet or null if the NetName is unknown

See Also