IODBLayerCreateLayerNetList Method

Creates the net numbers of this layer with a reset first. The result is written in LayerNetNumber of each IODBObject of this layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool CreateLayerNetList(
	bool ResetFirst
)

Parameters

ResetFirst  Boolean
True if the Netlist should be created new confidently.

Return Value

Boolean

Implements

InterfaceODBLayerCreateLayerNetList(Boolean)

See Also