InterfaceNetGetAllUsedLayers(IStep) 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(
	IStep step = null
)

Parameters

step  IStep  (Optional)
The current step.

Return Value

ListString
List of all layers with the current net.

See Also