Click or drag to resize

BlockSave Method (String, DxfVersion)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves a block to a text dxf file.

Namespace:  netDxf.Blocks
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool Save(
	string file,
	DxfVersion version
)
Request Example View Source

Parameters

file
Type: SystemString
Dxf file name.
version
Type: netDxf.HeaderDxfVersion
Version of the dxf database version.

Return Value

Type: Boolean
Return true if the file has been successfully save, false otherwise.
See Also