Click or drag to resize

DxfDocument Constructor (HeaderVariables)

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(
	HeaderVariables drawingVariables
)
Request Example View Source

Parameters

drawingVariables
Type: netDxf.HeaderHeaderVariables
Drawing variables of the document.
See Also