IODBLayerSaveLayerAsDXF(String) Method

[Obsolete] Saves the layer as dxf file.

Definition

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

Parameters

fullPath  String
the full path including the file extention

Return Value

Boolean
true if the export works

Implements

InterfaceLayerSaveLayerAsDXF(String)
InterfaceLayerSaveLayerAsDXF(String)

See Also