InterfaceFilterCreateAndLoadEmptyJob(String) Method

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

Definition

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

Parameters

FullPath  String
The FullPath of the new job.

Return Value

String
The jobpath with jobname.

See Also