IAutomationIAutomationInit(Boolean, String) Method

Initialise PCB-Investigator and the IAutomation Interface, neccessary for calculations. Call this init at the begin of your application!

Definition

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

Parameters

Visible  Boolean
If Visible true, then the PCB-Investigator Window is shown.
ExecutabelPathPCBI  String
The path were the PCB-I-Assambly location is (end the path with \PCB-Investigator.exe).

Return Value

IPCBIWindow
the first instance of IPCBIWindow

See Also