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 410
f38b404d 94e4 81ab 2ce1 f73ee80d3a4a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of DxfVersionNotSupportedException
Namespace: netDxf.IO
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public DxfVersionNotSupportedException(
DxfVersion version
)
VB
Public Sub New (
version As DxfVersion
)
C++
public:
DxfVersionNotSupportedException(
DxfVersion version
)
F#
new :
version : DxfVersion -> DxfVersionNotSupportedException
- DxfVersion
- DXF file version.
DxfVersionNotSupportedException Class
DxfVersionNotSupportedException Overload
netDxf.IO Namespace