InterfaceStepGetLayer Method

Returns an ILayer with its LayerName or null if the layer doesn't exist.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
ILayer GetLayer(
	string layername
)

Parameters

layername  String
 

Return Value

ILayer
ILayer or null if the step is null or the LayerName is false.

See Also