IActionSetEnable Method

Enable/Disable all Plugins with thd UD_ActionItem.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SetEnable(
	ID_ActionItem id,
	bool enable
)

Parameters

id  ID_ActionItem
The identifier
enable  Boolean
true to enable, false to disable

See Also