IFilterIPC2581Load 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 bool Load(
string XmlPath,
string NewJobDirectory,
bool ShowErrorLog,
bool SetLandPattern = false
)
Public Function Load (
XmlPath As String,
NewJobDirectory As String,
ShowErrorLog As Boolean,
Optional SetLandPattern As Boolean = false
) As Boolean
public:
bool Load(
String^ XmlPath,
String^ NewJobDirectory,
bool ShowErrorLog,
bool SetLandPattern = false
)
member Load :
XmlPath : string *
NewJobDirectory : string *
ShowErrorLog : bool *
?SetLandPattern : bool
(* Defaults:
let _SetLandPattern = defaultArg SetLandPattern false
*)
-> bool
- XmlPath String
- path of the cvg file
- NewJobDirectory String
- e.g. @"C:\PCBJob\"
- ShowErrorLog Boolean
- Show error and waring dialog at the end.
- SetLandPattern Boolean (Optional)
- Set special land pattern from components on signal layers?
Booleansuccess