Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

3200fef8 83d6 9954 62fd 1f54dfc98948

haplokuon edited this page May 6, 2023 · 1 revision

CheckDxfFileVersion(String, Boolean) Method

netDxf 3.0.0 Library

Checks the AutoCAD DXF file database version.

Definition

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 

Parameters

  String
File name.
  Boolean
Returns true if the DXF is a binary file.

Return Value

DxfVersion
String that represents the DXF file version.

See Also

Reference

DxfDocument Class
CheckDxfFileVersion Overload
netDxf Namespace

Clone this wiki locally