IStepUnloadLayer(ILayer) Method

Unload layer e.g. to save RAM.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void UnloadLayer(
	ILayer LayerToUnload
)

Parameters

LayerToUnload  ILayer
The ILayer to unload from step.

Implements

InterfaceStepUnloadLayer(ILayer)

See Also