IStepUnloadLayer(InterfaceLayer) 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(
	InterfaceLayer layer
)

Parameters

layer  InterfaceLayer
 

Implements

InterfaceStepUnloadLayer(InterfaceLayer)

See Also