InterfaceNetGetAllUsedLayers(InterfaceStep) Method

Create a list of all layernames of the net.

Definition

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

Parameters

step  InterfaceStep  (Optional)
The current step.

Return Value

ListString
List of all layers with the current net.

See Also