IFilterCreateAndLoadEmptyJob(String, String, String) Method

Creates an empty job to add new steps and layers for the new objects. Existing folders are overwrited.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public string CreateAndLoadEmptyJob(
	string FullPath,
	string JobName,
	string StepName
)

Parameters

FullPath  String
The FullPath of the new job.
JobName  String
The name of the new Job.
StepName  String
One step will be created with this name.

Return Value

String
The jobpath with jobname.

Implements

InterfaceFilterCreateAndLoadEmptyJob(String, String, String)

See Also