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 422
903b69bc 0dec a8f2 59c7 c776241b8525
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
)
VB
Public Sub New (
version As DxfVersion
)
C++
public:
DxfDocument(
DxfVersion version
)
F#
new :
version : DxfVersion -> DxfDocument
- DxfVersion
- AutoCAD drawing database version number.