Click or drag to resize

DxfDocument Constructor (HeaderVariables, IEnumerableString)

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,
	IEnumerable<string> supportFolders
)
Request Example View Source

Parameters

drawingVariables
Type: netDxf.HeaderHeaderVariables
Drawing variables of the document.
supportFolders
Type: System.Collections.GenericIEnumerableString
List of the document support folders.
See Also