IAutomationIAutomationInit Method

Overload List

IAutomationInit Initialise PCB-Investigator and the IAutomation Interface, neccessary for calculations. Works only if PCB-Investigator.exe is in the same directory as startup application.
IAutomationInit(Boolean) Initialise PCB-Investigator and the IAutomation Interface, neccessary for calculations. Works only if PCB-Investigator.exe is in the same directory as startup application.
IAutomationInit(String) Initialise PCB-Investigator and the IAutomation Interface, neccessary for calculations. Call this init at the begin of your application!
IAutomationInit(Boolean, String) Initialise PCB-Investigator and the IAutomation Interface, neccessary for calculations. Call this init at the begin of your application!
IAutomationInit(Boolean, String, Boolean, Boolean) Initialise PCB-Investigator and the IAutomation Interface, neccessary for calculations. Call this init at the begin of your application! And call this init only one time at the beginning, later use CreateNewPCBIWindow to get new IPCBIWindows.

See Also