Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

2dbb1a13 24e9 82e4 0146 c992e873ee61

haplokuon edited this page May 6, 2023 · 1 revision

DxfDocument(DxfVersion, IEnumerable<String>) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the DxfDocument class.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public DxfDocument(
	DxfVersion version,
	IEnumerable<string> supportFolders
)

VB

Public Sub New ( 
	version As DxfVersion,
	supportFolders As IEnumerable(Of String)
)

C++

public:
DxfDocument(
	DxfVersion version, 
	IEnumerable<String^>^ supportFolders
)

F#

new : 
        version : DxfVersion * 
        supportFolders : IEnumerable<string> -> DxfDocument

Parameters

  DxfVersion
AutoCAD drawing database version number.
  IEnumerable(String)
List of the document support folders.

See Also

Reference

DxfDocument Class
DxfDocument Overload
netDxf Namespace

Clone this wiki locally