IODBLayerSaveLayerAsGerber(String, Int32, Int32, Boolean, Boolean) Method

Save all layerobjects as gerberfile to the fullPath location.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool SaveLayerAsGerber(
	string fullPath,
	int DigitsGerberLengthBeforeComma = 4,
	int DigitsGerberLengthAfterComma = 6,
	bool UseMM = false,
	bool OnlySelected = false
)

Parameters

fullPath  String
The full path including filename.
DigitsGerberLengthBeforeComma  Int32  (Optional)
Count of digits in gerberfile before comma.
DigitsGerberLengthAfterComma  Int32  (Optional)
Count of digits in gerberfile after comma.
UseMM  Boolean  (Optional)
Write mm in the exported file, or use imperial values (mils).
OnlySelected  Boolean  (Optional)
Output only for selected objects.

Return Value

Boolean
True if saving layer has worked correkt.

Implements

InterfaceODBLayerSaveLayerAsGerber(String, Int32, Int32, Boolean, Boolean)

See Also