Click or drag to resize

DxfDocumentCheckDxfFileVersion Method (String, Boolean)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Checks the AutoCAD DXF file database version.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static DxfVersion CheckDxfFileVersion(
	string file,
	out bool isBinary
)
Request Example View Source

Parameters

file
Type: SystemString
File name.
isBinary
Type: SystemBoolean
Returns true if the dxf is a binary file.

Return Value

Type: DxfVersion
String that represents the dxf file version.
See Also