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

a4cde69b 0836 baf2 a5a9 c92867561d39

haplokuon edited this page May 6, 2023 · 1 revision

Save(String, DxfVersion) Method

netDxf 3.0.0 Library

Saves a block to a text DXF file.

Definition

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 

Parameters

  String
DXF file name.
  DxfVersion
Version of the DXF database version.

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