This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
e5a0808c 4eb1 bdca c339 ca875964094a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the name of the document.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public string Name { get; set; }VB
Public Property Name As String
Get
SetC++
public:
property String^ Name {
String^ get ();
void set (String^ value);
}F#
member Name : string with get, setString
When a file is loaded this field is equals the file name without extension.