InterfaceStepGetLayerAsync Method

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

Definition

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

Parameters

layername  String
 

Return Value

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

See Also