IPCBIWindowImportRuleSets Method

Import setting from xml file.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public DesignRulesSet ImportRuleSets(
	IFileData FileData
)

Parameters

FileData  IFileData
Mostly used PCBI.Plugin.LocalFileData for a local file path.

Return Value

DesignRulesSet
A new data set with importat details.

Implements

InterfacePCBIWindowImportRuleSets(IFileData)

See Also