InterfacePCBIWindowLoadODBJob(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.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool LoadODBJob(
	string fullPath
)

Parameters

fullPath  String
 

Return Value

Boolean
Returns true if the job is loaded.

See Also