IPCBIWindowOpenJobLibrary Method

Opens the Job Library Dialog. If the "regID" is a registered Commend of an "IPluginOpenDesign" plugin, the corresponding Tabpage of the "IPluginOpenDesign" is initially shown.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Task OpenJobLibrary(
	int regID
)

Parameters

regID  Int32
If the "regID" is a registered Commend of an "IPluginOpenDesign" plugin, the corresponding Tabpage of the "IPluginOpenDesign" is initially shown.

Return Value

Task

Implements

InterfacePCBIWindowOpenJobLibrary(Int32)

See Also