This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
b6204f2c 0217 231a 4aa0 7cfee22baf85
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Saves the database of the actual DxfDocument to a text DXF file.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool Save(
string file
)
VB
Public Function Save (
file As String
) As Boolean
C++
public:
bool Save(
String^ file
)
F#
member Save :
file : string -> bool
- String
- File name.
Boolean
Return true if the file has been successfully save, false otherwise.
If the file already exists it will be overwritten.
The Save method will still raise an exception if they are unable to create the FileStream.
On Debug mode they will raise any exception that might occur during the whole process.
DxfVersionNotSupportedException |