Click or drag to resize

DxfDocument Constructor (DxfVersion, 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(
	DxfVersion version,
	IEnumerable<string> supportFolders
)
Request Example View Source

Parameters

version
Type: netDxf.HeaderDxfVersion
AutoCAD drawing database version number.
supportFolders
Type: System.Collections.GenericIEnumerableString
List of the document support folders.
See Also