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 409
a4cde69b 0836 baf2 a5a9 c92867561d39
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Saves a block to a text DXF file.
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool Save(
string file,
DxfVersion version
)
VB
Public Function Save (
file As String,
version As DxfVersion
) As Boolean
C++
public:
bool Save(
String^ file,
DxfVersion version
)
F#
member Save :
file : string *
version : DxfVersion -> bool
- String
- DXF file name.
- DxfVersion
- Version of the DXF database version.
Boolean
Return true if the file has been successfully save, false otherwise.