This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
de8f2002 5d72 436a abd2 a85c6b8df4c4
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Saves a block to a DXF file.
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool Save(
string file,
DxfVersion version,
bool isBinary
)VB
Public Function Save (
file As String,
version As DxfVersion,
isBinary As Boolean
) As BooleanC++
public:
bool Save(
String^ file,
DxfVersion version,
bool isBinary
)F#
member Save :
file : string *
version : DxfVersion *
isBinary : bool -> bool - String
- DXF file name.
- DxfVersion
- Version of the DXF database version.
- Boolean
- Defines if the file will be saved as binary.
Boolean
Return true if the file has been successfully save, false otherwise.