IAutomationIAutomationInit(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 void IAutomationInit(
	string ExecutabelPathPCBI
)

Parameters

ExecutabelPathPCBI  String
The path were the PCB-I-Assambly location is (end the path with \PCB-Investigator.exe).

See Also