InterfaceNetAddLayerRef Method

Add a reference for the layer in the netInformation class.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
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

See Also