This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 422
a156d2fe 4676 26ea d56f 94afb2d1e8fb
haplokuon edited this page Jun 28, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the base folder to resolver relative paths of external references.
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
String
By default it points to the current System.Environment.CurrentDirectory when the DxfDocument was created.