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

dface1f5 0164 ee15 ac9f 838f46630515

haplokuon edited this page May 6, 2023 · 1 revision

CheckDxfFileVersion(Stream, 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(
	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 

Parameters

  Stream
Stream
  Boolean
Returns true if the DXF is a binary file.

Return Value

DxfVersion
String that represents the DXF file version.

Remarks

The caller will be responsible of closing the stream.

See Also

Reference

DxfDocument Class
CheckDxfFileVersion Overload
netDxf Namespace

Clone this wiki locally