IMatrixRemoveStep Method

Remove step information from matrix (do not delete files on HDD).

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void RemoveStep(
	string StepName
)

Parameters

StepName  String
Name of the step to remove.

Implements

InterfaceMatrixRemoveStep(String)

See Also