IStepSelectNetElements(String, Boolean) Method

Select all objects of the choosen net.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SelectNetElements(
	string NetName,
	bool CaseSensitive
)

Parameters

NetName  String
The net name, to identify the choosen net.
CaseSensitive  Boolean
Ignore upper and lower cases for chars in net name.

Implements

InterfaceStepSelectNetElements(String, Boolean)

See Also