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
faeda0b8 c7fc 868a 43f6 9989bb30c039
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Checks the AutoCAD DXF file database version.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static DxfVersion CheckDxfFileVersion(
Stream stream
)VB
Public Shared Function CheckDxfFileVersion (
stream As Stream
) As DxfVersionC++
public:
static DxfVersion CheckDxfFileVersion(
Stream^ stream
)F#
static member CheckDxfFileVersion :
stream : Stream -> DxfVersion - Stream
- Stream
DxfVersion
String that represents the DXF file version.
The caller will be responsible of closing the stream.
DxfDocument Class
CheckDxfFileVersion Overload
netDxf Namespace