IStepExportIPC356 Method

Exports the step as IPC356 with the given options

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool ExportIPC356(
	IFileData outputFile,
	out string error,
	double copper2copperAdjacency,
	bool exportPanelImage,
	bool exportTracks,
	bool exportSurfaces
)

Parameters

outputFile  IFileData
Output file
error  String
Error text
copper2copperAdjacency  Double
Value >0 if Adjacency entries should be written
exportPanelImage  Boolean
If step is a panel, the frame and other panel data could be exported, too
exportTracks  Boolean
Export Lines and Arcs
exportSurfaces  Boolean
Export Surfaces

Return Value

Boolean

See Also