Click or drag to resize

HeaderVariablesAcadVer Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
The AutoCAD drawing database version number.

Namespace:  netDxf.Header
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public DxfVersion AcadVer { get; set; }
Request Example View Source

Property Value

Type: DxfVersion
Exceptions
ExceptionCondition
NotSupportedExceptionOnly AutoCad2000 and higher dxf versions are supported.
Remarks
Only AutoCad2000 and higher dxf versions are supported.
See Also