InterfaceLayerSaveLayerAsDXF Method

Export a dxf file with all elements of this layer.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool SaveLayerAsDXF(
	string fullPath
)

Parameters

fullPath  String
Complete path with filename.

Return Value

Boolean
True if the export has worked.

See Also