IAutomationIAutomationInit(Boolean) Method

Initialise PCB-Investigator and the IAutomation Interface, neccessary for calculations. Works only if PCB-Investigator.exe is in the same directory as startup application.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static IPCBIWindow IAutomationInit(
	bool Visible
)

Parameters

Visible  Boolean
If Visible true, then the PCB-Investigator Window is shown.

Return Value

IPCBIWindow
the first instance of IPCBIWindow

See Also