IPCBIWindowLoadODBJob(String, Boolean, Boolean) Method

Read an ODB Job directory or ZIP/TGZ-ODB-Directory, returns false if the files not right or the path not right.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool LoadODBJob(
	string FullPath,
	bool raiseFinishedEvent,
	bool AddToRecent
)

Parameters

FullPath  String
The folder who contains the odb job.
raiseFinishedEvent  Boolean
NewJobOpen Event will be raised
AddToRecent  Boolean
Add Job to internal list of recent jobs.

Return Value

Boolean
Returns true if the job is loaded.

Implements

InterfacePCBIWindowLoadODBJob(String, Boolean, Boolean)

See Also