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 415
d5812405 959d b2c6 2ab5 39ee615bfa1d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the DXF file version that generated the exception.
Namespace: netDxf.IO
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public DxfVersion Version { get; }
VB
Public ReadOnly Property Version As DxfVersion
Get
C++
public:
property DxfVersion Version {
DxfVersion get ();
}
F#
member Version : DxfVersion with get