Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

de8f2002 5d72 436a abd2 a85c6b8df4c4

haplokuon edited this page May 6, 2023 · 1 revision

Save(String, DxfVersion, Boolean) Method

netDxf 3.0.0 Library

Saves a block to a DXF file.

Definition

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 Boolean

C++

public:
bool Save(
	String^ file, 
	DxfVersion version, 
	bool isBinary
)

F#

member Save : 
        file : string * 
        version : DxfVersion * 
        isBinary : bool -> bool 

Parameters

  String
DXF file name.
  DxfVersion
Version of the DXF database version.
  Boolean
Defines if the file will be saved as binary.

Return Value

Boolean
Return true if the file has been successfully save, false otherwise.

See Also

Reference

Block Class
Save Overload
netDxf.Blocks Namespace

Clone this wiki locally