Click or drag to resize

DXFReaderNETControlRecoverDXFFile Method

Tries to recover a damged DXF file indicated by the DXFFileName parameter.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool RecoverDXFFile(
	string DXFFileName = "",
	bool DisplayAfterRead = true
)

Parameters

DXFFileName (Optional)
Type: SystemString
The name of the file to be recovered with full path.
DisplayAfterRead (Optional)
Type: SystemBoolean
If set to false the DXF file isn't displayed after read (Default value = true).

Return Value

Type: Boolean
True if read is successfull.
See Also