IStepSelectNetElements(String) 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
)

Parameters

NetName  String
The net name, to identify the choosen net.

Implements

InterfaceStepSelectNetElements(String)

See Also