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

01d4f3df f296 b755 84c3 a895f53ff7ab

haplokuon edited this page May 6, 2023 · 1 revision

DxfDocument(HeaderVariables, IEnumerable<String>) 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(
	HeaderVariables drawingVariables,
	IEnumerable<string> supportFolders
)

VB

Public Sub New ( 
	drawingVariables As HeaderVariables,
	supportFolders As IEnumerable(Of String)
)

C++

public:
DxfDocument(
	HeaderVariables^ drawingVariables, 
	IEnumerable<String^>^ supportFolders
)

F#

new : 
        drawingVariables : HeaderVariables * 
        supportFolders : IEnumerable<string> -> DxfDocument

Parameters

  HeaderVariables
Drawing variables of the document.
  IEnumerable(String)
List of the document support folders.

See Also

Reference

DxfDocument Class
DxfDocument Overload
netDxf Namespace

Clone this wiki locally