InterfacePCBIWindowGetRuleSetting 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.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
RulesContainer GetRuleSetting(
	IPCBIAnalysis plugIn
)

Parameters

plugIn  IPCBIAnalysis
 

Return Value

RulesContainer
Setting for the relevant PlugIn.

See Also