IPCBIWindowSetRuleSetting Method

Set rules for one plugin with the RulesContainer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool SetRuleSetting(
	RulesContainer newRuleSet
)

Parameters

newRuleSet  RulesContainer
Rule setting for one plugin.

Return Value

Boolean
True

Implements

InterfacePCBIWindowSetRuleSetting(RulesContainer)

See Also