Click or drag to resize

DxfDocument Constructor (DxfVersion)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the DxfDocument class.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public DxfDocument(
	DxfVersion version
)
Request Example View Source

Parameters

version
Type: netDxf.HeaderDxfVersion
AutoCAD drawing database version number.
See Also