GerberImportParameter Constructor

Initializes a new instance of the GerberImportParameter class

Definition

Namespace: PCBI.ImportOptions
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public GerberImportParameter(
	bool IgnoreAS,
	bool IgnoreIR,
	bool IgnoreMI,
	bool IgnoreOF,
	bool IgnoreSF,
	GerberImportParameterDummySurfaceOptionEnum DummySurfaceOption,
	bool IgnoreHeaderInformation = false
)

Parameters

IgnoreAS  Boolean
 
IgnoreIR  Boolean
 
IgnoreMI  Boolean
 
IgnoreOF  Boolean
 
IgnoreSF  Boolean
 
DummySurfaceOption  GerberImportParameterDummySurfaceOptionEnum
 
IgnoreHeaderInformation  Boolean  (Optional)
 

See Also