This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
01d4f3df f296 b755 84c3 a895f53ff7ab
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(
HeaderVariables drawingVariables,
IEnumerable<string> supportFolders
)
VB
Public Sub New (
drawingVariables As HeaderVariables,
supportFolders As IEnumerable(Of String)
)
C++
public:
DxfDocument(
HeaderVariables^ drawingVariables,
IEnumerable<String^>^ supportFolders
)
F#
new :
drawingVariables : HeaderVariables *
supportFolders : IEnumerable<string> -> DxfDocument
- HeaderVariables
- Drawing variables of the document.
- IEnumerable(String)
- List of the document support folders.