IPCBIWindowShowOpenJobDialog Method
Opens the Job Library Dialog to select a job.
Namespace: PCBI.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public bool ShowOpenJobDialog(
bool openDesign,
out string designPath
)
Public Function ShowOpenJobDialog (
openDesign As Boolean,
<OutAttribute> ByRef designPath As String
) As Boolean
public:
bool ShowOpenJobDialog(
bool openDesign,
[OutAttribute] String^% designPath
)
member ShowOpenJobDialog :
openDesign : bool *
designPath : string byref -> bool
- openDesign Boolean
- If the design should be opened
- designPath String
- The path to the design, empty if something failed
Boolean