IStepGetLayerAsync Method

Asynchronius loading of layer. This can be dangoures! Please use only if you have experiance with async methods.

Definition

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

Parameters

LayerName  String
Name of relevant layer.

Return Value

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

Implements

InterfaceStepGetLayerAsync(String)

See Also