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 409
3200fef8 83d6 9954 62fd 1f54dfc98948
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(
string file,
out bool isBinary
)
VB
Public Shared Function CheckDxfFileVersion (
file As String,
<OutAttribute> ByRef isBinary As Boolean
) As DxfVersion
C++
public:
static DxfVersion CheckDxfFileVersion(
String^ file,
[OutAttribute] bool% isBinary
)
F#
static member CheckDxfFileVersion :
file : string *
isBinary : bool byref -> DxfVersion
- String
- File name.
- Boolean
- Returns true if the DXF is a binary file.
DxfVersion
String that represents the DXF file version.
DxfDocument Class
CheckDxfFileVersion Overload
netDxf Namespace