IStepAddGerberLayer(String, Boolean) Method

Reads Gerber or Excellon data, errors are reported in the ErrorLog. Here is a example how to use this method: http://www.pcb-investigator.com/en/how-create-report-gerber-files

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public string AddGerberLayer(
	string FullPath,
	bool OverwriteIfExists
)

Parameters

FullPath  String
The filename with full path.
OverwriteIfExists  Boolean
If true overriedes existing layer, if false change the name of the layer.

Return Value

String
Returns name of the layer or an empty if an error occurred.

Implements

InterfaceStepAddGerberLayer(String, Boolean)

See Also