IStepActivateLayersAndOptimizeNetView Method

Activate all signal net layers. Then it zooms to the selected area and activateDrawOnlySelectedMode (does not selecting the net, use SelectNetElements for this).

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void ActivateLayersAndOptimizeNetView(
	int NetNr
)

Parameters

NetNr  Int32
The net number, to identify the choosen net.

Implements

InterfaceStepActivateLayersAndOptimizeNetView(Int32)

See Also