Click or drag to resize

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

Parameters

supportFolders
Type: System.Collections.GenericIEnumerableString
List of the document support folders.
Remarks
The default drawing variables of the document will be used.
See Also