INetAddLayerRef Method

Add a reference for the layer in the netInformation class.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public int AddLayerRef(
	string LayerName,
	int indexInList
)

Parameters

LayerName  String
The name of the layer.
indexInList  Int32
The index of the layer in the list.

Return Value

Int32
The index in the list of nets or -1 if something wen't wrong

Implements

InterfaceNetAddLayerRef(String, Int32)

See Also