IStepGenerateNetList Method

Generate the net list for this step on layer with this types: MatrixLayerType.Signal || MatrixLayerType.Power_ground || MatrixLayerType.Drill

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool GenerateNetList(
	bool AskForOverwriteOldNetNr = false,
	string NetNamePrefix = "Net_",
	bool IncludeSubSteps = false
)

Parameters

AskForOverwriteOldNetNr  Boolean  (Optional)
If there is a net list, the method will ask to overriede.
NetNamePrefix  String  (Optional)
You can change the prefix for new nets, followed by there new number.
IncludeSubSteps  Boolean  (Optional)
Create the netlist for this step only or with all sub steps (otherwise it may be necessary to call the same method directly for the child steps).

Return Value

Boolean

See Also