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 411
eb879d31 911a 1c84 e1b2 a8e07c930702
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
User name that saved the file.
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public string LastSavedBy { get; set; }
VB
Public Property LastSavedBy As String
Get
Set
C++
public:
property String^ LastSavedBy {
String^ get ();
void set (String^ value);
}
F#
member LastSavedBy : string with get, set
String
By default it uses the user name of the person who is currently logged on to the Windows operating system.
This header variable is not compatible with AutoCad2000 or lower versions.