IStepSelectNetCrossover Method

Select Net and all connected nets and all neighbor.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SelectNetCrossover(
	int NetNr,
	bool OptimizeLayers = true
)

Parameters

NetNr  Int32
Relevant net number.
OptimizeLayers  Boolean  (Optional)
Layers will be activated for the current net.

Implements

InterfaceStepSelectNetCrossover(Int32, Boolean)

See Also