IStepGetLayer Method

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

Definition

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

Parameters

LayerName  String
 

Return Value

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

Implements

InterfaceStepGetLayer(String)

See Also