IFilterIPC2581Load 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 bool Load(
	string XmlPath,
	string NewJobDirectory,
	bool ShowErrorLog,
	bool SetLandPattern = false
)

Parameters

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?

Return Value

Boolean
success

See Also