IStepGetNet(String, Boolean) 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,
	bool CaseSensitive
)

Parameters

NetName  String
The name of the net.
CaseSensitive  Boolean
Ignore upper and lower case in net name.

Return Value

INet
an INet or null if the NetName is unknown

Implements

InterfaceStepGetNet(String, Boolean)

See Also