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

a156d2fe 4676 26ea d56f 94afb2d1e8fb

haplokuon edited this page Jun 28, 2023 · 1 revision

WorkingFolder Property

netDxf 3.0.0 Library

Gets or sets the base folder to resolver relative paths of external references.

Definition

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

C#

public string WorkingFolder { get; set; }

VB

Public Property WorkingFolder As String
	Get
	Set

C++

public:
property String^ WorkingFolder {
	String^ get ();
	void set (String^ value);
}

F#

member WorkingFolder : string with get, set

Property Value

String

Remarks

By default it points to the current System.Environment.CurrentDirectory when the DxfDocument was created.

See Also

Reference

SupportFolders Class
netDxf.Collections Namespace

Clone this wiki locally