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 409
bea3d2e5 8515 414e 572a ed74eebc8855
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(
IEnumerable<string> supportFolders
)
VB
Public Sub New (
supportFolders As IEnumerable(Of String)
)
C++
public:
DxfDocument(
IEnumerable<String^>^ supportFolders
)
F#
new :
supportFolders : IEnumerable<string> -> DxfDocument
- IEnumerable(String)
- List of the document support folders.
The default drawing variables of the document will be used.