IAutomationSetPlugInIgnore Method

Sets if a plugin should be ignored and not loaded after next start Value can only be used after creating an IPCBIWindow instance.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
C#
public static void SetPlugInIgnore(
	string PlugInName,
	bool ignore
)

Parameters

PlugInName  String
The title of the PlugIn.
ignore  Boolean
True if a plugin should be ignored and not loaded after next start

See Also