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

bea3d2e5 8515 414e 572a ed74eebc8855

haplokuon edited this page May 6, 2023 · 1 revision

DxfDocument(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(
	IEnumerable<string> supportFolders
)

VB

Public Sub New ( 
	supportFolders As IEnumerable(Of String)
)

C++

public:
DxfDocument(
	IEnumerable<String^>^ supportFolders
)

F#

new : 
        supportFolders : IEnumerable<string> -> DxfDocument

Parameters

  IEnumerable(String)
List of the document support folders.

Remarks

The default drawing variables of the document will be used.

See Also

Reference

DxfDocument Class
DxfDocument Overload
netDxf Namespace

Clone this wiki locally