IPCBIWindowGenerateNetList(Boolean, Boolean) Method

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

Definition

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

Parameters

AskForOverwriteOldNetNr  Boolean  (Optional)
Ask before overwriting existing net numbers.
IncludingChildSteps  Boolean  (Optional)
Generate net list only for the current step or including all sub steps for panel.

See Also