InterfaceFilterAddEmptyStep Method

Create an empty step and add it to the currend job.

Definition

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

Parameters

StepName  String
Name of the new step (overriede if exist).

See Also