This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 439
2dbb1a13 24e9 82e4 0146 c992e873ee61
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the DxfDocument class.
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- DxfVersion
- AutoCAD drawing database version number.
- IEnumerable(String)
- List of the document support folders.