IPCBIWindowGetRuleSetting Method

Load rules for PlugIn (Each plugin have his own container). Analsysis scripts are alle manged over scripting, if you change the Name from PCB-Investigator-Scripting to other name it do not find the analysis script settings again.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public RulesContainer GetRuleSetting(
	IPCBIAnalysis PlugIn
)

Parameters

PlugIn  IPCBIAnalysis
Analysis PlugIn to load the rule setting.

Return Value

RulesContainer
Setting for the relevant PlugIn.

Implements

InterfacePCBIWindowGetRuleSetting(IPCBIAnalysis)

See Also