Click or drag to resize

DxfDocumentLoad Method (String)

Loads a dxf file.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public DxfDocument Load(
	string file
)

Parameters

file
Type: SystemString
File name.

Return Value

Type: DxfDocument
Returns a DxfDocument. It will return null if the file has not been able to load.
Remarks
The caller will be responsible of closing the stream.
See Also