IFilterCreateAndLoadNewImporterJob Method
Closes the current job and creates a new ODB++ Job in the WorkingDirectory\ImporterSubdirectoy\JobName directory
The JobName might be adapted if the original name already exists (e.g. JobName_2)
FinishDataImporter() must be called after the importer finished
Namespace: PCBI.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public bool CreateAndLoadNewImporterJob(
FormatTypes dataFormat,
string jobName,
string stepName,
string importFilePath,
out string error
)
Public Function CreateAndLoadNewImporterJob (
dataFormat As FormatTypes,
jobName As String,
stepName As String,
importFilePath As String,
<OutAttribute> ByRef error As String
) As Boolean
public:
bool CreateAndLoadNewImporterJob(
FormatTypes dataFormat,
String^ jobName,
String^ stepName,
String^ importFilePath,
[OutAttribute] String^% error
)
member CreateAndLoadNewImporterJob :
dataFormat : FormatTypes *
jobName : string *
stepName : string *
importFilePath : string *
error : string byref -> bool
- dataFormat FormatTypes
- format type
- jobName String
- The name of the new Job.
- stepName String
- One step will be created with this name.
- importFilePath String
- full path of the imported file
- error String
- Error string or empty
Booleantrue if successful