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

d5812405 959d b2c6 2ab5 39ee615bfa1d

haplokuon edited this page May 6, 2023 · 1 revision

Version Property

netDxf 3.0.0 Library

Gets the DXF file version that generated the exception.

Definition

Namespace: netDxf.IO
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public DxfVersion Version { get; }

VB

Public ReadOnly Property Version As DxfVersion
	Get

C++

public:
property DxfVersion Version {
	DxfVersion get ();
}

F#

member Version : DxfVersion with get

Property Value

DxfVersion

See Also

Reference

DxfVersionNotSupportedException Class
netDxf.IO Namespace

Clone this wiki locally