IFilterAddEmptyStep Method

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

Definition

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

Parameters

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

Implements

InterfaceFilterAddEmptyStep(String)

See Also