DxfDocumentLoad Method (String)
|
Loads a dxf file.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public DxfDocument Load(
string file
)
Public Function Load (
file As String
) As DxfDocument
public:
DxfDocument^ Load(
String^ file
)
member Load :
file : string -> DxfDocument
METHOD Load(
file AS STRING
) AS DxfDocument
Parameters
- file
- Type: SystemString
File name.
Return Value
Type:
DxfDocumentReturns 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