IPCBIWindowShowOpenJobDialog Method

Opens the Job Library Dialog to select a job.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool ShowOpenJobDialog(
	bool openDesign,
	out string designPath
)

Parameters

openDesign  Boolean
If the design should be opened
designPath  String
The path to the design, empty if something failed

Return Value

Boolean

See Also