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

35f2af22 c3ba 1cfe 2e8e 6b87eba5989c

haplokuon edited this page May 6, 2023 · 1 revision

AcadVer Property

netDxf 3.0.0 Library

The AutoCAD drawing database version number.

Definition

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

C#

public DxfVersion AcadVer { get; set; }

VB

Public Property AcadVer As DxfVersion
	Get
	Set

C++

public:
property DxfVersion AcadVer {
	DxfVersion get ();
	void set (DxfVersion value);
}

F#

member AcadVer : DxfVersion with get, set

Property Value

DxfVersion

Remarks

Only AutoCad2000 and higher DXF versions are supported.

Exceptions

NotSupportedException Only AutoCad2000 and higher DXF versions are supported.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally