IAutomationSetExternalProgramPath Method

Set The path for a helper program e.g. Panel Optimizer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static void SetExternalProgramPath(
	string Name,
	string Path
)

Parameters

Name  String
Name of the program.
Path  String
Path to the installation exe file.

See Also