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 407
dface1f5 0164 ee15 ac9f 838f46630515
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,
out bool isBinary
)
VB
Public Shared Function CheckDxfFileVersion (
stream As Stream,
<OutAttribute> ByRef isBinary As Boolean
) As DxfVersion
C++
public:
static DxfVersion CheckDxfFileVersion(
Stream^ stream,
[OutAttribute] bool% isBinary
)
F#
static member CheckDxfFileVersion :
stream : Stream *
isBinary : bool byref -> DxfVersion
- Stream
- Stream
- Boolean
- Returns true if the DXF is a binary file.
DxfVersion
String that represents the DXF file version.
The caller will be responsible of closing the stream.
DxfDocument Class
CheckDxfFileVersion Overload
netDxf Namespace