INetGetAllUsedLayers(InterfaceStep) Method

Create a list of all layernames of the net.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<string> GetAllUsedLayers(
	InterfaceStep step
)

Parameters

step  InterfaceStep
The current step.

Return Value

ListString
List of all layers with the current net.

Implements

InterfaceNetGetAllUsedLayers(InterfaceStep)

See Also