IFilterIPC2581Import(String, IPCBIWindow, String, Boolean, Boolean) Method
Import the cvg file to the WorkingWindow and create an ODB++ structure in the NewJobDirectory
Namespace: PCBI_IPC2581Assembly: PCBI_IPC2581_Import (in PCBI_IPC2581_Import.dll) Version: 17.0.0.0 (17.0.0.0)
public static bool Import(
string XmlPath,
IPCBIWindow pcbi,
string NewJobDirectory,
bool ShowErrorLog,
bool SetLandPattern = false
)
Public Shared Function Import (
XmlPath As String,
pcbi As IPCBIWindow,
NewJobDirectory As String,
ShowErrorLog As Boolean,
Optional SetLandPattern As Boolean = false
) As Boolean
public:
static bool Import(
String^ XmlPath,
IPCBIWindow^ pcbi,
String^ NewJobDirectory,
bool ShowErrorLog,
bool SetLandPattern = false
)
static member Import :
XmlPath : string *
pcbi : IPCBIWindow *
NewJobDirectory : string *
ShowErrorLog : bool *
?SetLandPattern : bool
(* Defaults:
let _SetLandPattern = defaultArg SetLandPattern false
*)
-> bool
- 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?
Booleansuccess