IPCBIWindowGenerateNetList Method

Generate Net List with option to override existing nets and add components.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void GenerateNetList(
	bool AskForOverwriteOldNetNr = false
)

Parameters

AskForOverwriteOldNetNr  Boolean  (Optional)
Ask before overwriting existing net numbers.

Implements

InterfacePCBIWindowGenerateNetList(Boolean)

See Also