InterfaceStepAddGerberLayer(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.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
string AddGerberLayer(
	string fullPath,
	bool overwriteIfExists
)

Parameters

fullPath  String
 
overwriteIfExists  Boolean
 

Return Value

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

See Also