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

903b69bc 0dec a8f2 59c7 c776241b8525

haplokuon edited this page May 6, 2023 · 1 revision

DxfDocument(DxfVersion) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the DxfDocument class.

Definition

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

C#

public DxfDocument(
	DxfVersion version
)

VB

Public Sub New ( 
	version As DxfVersion
)

C++

public:
DxfDocument(
	DxfVersion version
)

F#

new : 
        version : DxfVersion -> DxfDocument

Parameters

  DxfVersion
AutoCAD drawing database version number.

See Also

Reference

DxfDocument Class
DxfDocument Overload
netDxf Namespace

Clone this wiki locally