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 438
35f2af22 c3ba 1cfe 2e8e 6b87eba5989c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
The AutoCAD drawing database version number.
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public DxfVersion AcadVer { get; set; }VB
Public Property AcadVer As DxfVersion
Get
SetC++
public:
property DxfVersion AcadVer {
DxfVersion get ();
void set (DxfVersion value);
}F#
member AcadVer : DxfVersion with get, setOnly AutoCad2000 and higher DXF versions are supported.
| NotSupportedException | Only AutoCad2000 and higher DXF versions are supported. |