IPCBIWindowLoadODBJob(String) 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
)

Parameters

FullPath  String
The folder who contains the odb job.

Return Value

Boolean
Returns true if the job is loaded.

Implements

InterfacePCBIWindowLoadODBJob(String)

See Also