IODBLayerSaveLayerAsDXF(String, Boolean, Boolean, Double, Boolean, Boolean) Method

[Obsolete] Saves the layer as dxf file.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool SaveLayerAsDXF(
	string fullPath,
	bool ExportSkeleton,
	bool CombineNets = true,
	double FlattenValue = 1,
	bool AddProfile = true,
	bool ExportUnitMM = false
)

Parameters

fullPath  String
the full path including the file extention
ExportSkeleton  Boolean
Skeleton means mid point lines, else the outline will be exported.
CombineNets  Boolean  (Optional)
Combine nets to one single object
FlattenValue  Double  (Optional)
Flatten arcs in small lines, value = 0 means flatten not used.
AddProfile  Boolean  (Optional)
Add profile contour to dxf file.
ExportUnitMM  Boolean  (Optional)
Export DXF as Inch or MM.

Return Value

Boolean
true if the export works

See Also