IFilterCreateAndLoadEmptyJob(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
)

Parameters

FullPath  String
The FullPath of the new job.

Return Value

String
The jobpath with jobname.

Implements

InterfaceFilterCreateAndLoadEmptyJob(String)

See Also