IFilterIPC2581Import(String, IPCBIWindow, String, Boolean, Boolean) Method

Import the cvg file to the WorkingWindow and create an ODB++ structure in the NewJobDirectory

Definition

Namespace: PCBI_IPC2581
Assembly: PCBI_IPC2581_Import (in PCBI_IPC2581_Import.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public static bool Import(
	string XmlPath,
	IPCBIWindow pcbi,
	string NewJobDirectory,
	bool ShowErrorLog,
	bool SetLandPattern = false
)

Parameters

XmlPath  String
path of the cvg file
pcbi  IPCBIWindow
Main PCB-Investigator window
NewJobDirectory  String
e.g. @"C:\PCBJob\"
ShowErrorLog  Boolean
Show dialog with errors and warnings at the end?
SetLandPattern  Boolean  (Optional)
Set special land pattern from components on signal layers?

Return Value

Boolean
success

See Also