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

eb879d31 911a 1c84 e1b2 a8e07c930702

haplokuon edited this page May 6, 2023 · 1 revision

LastSavedBy Property

netDxf 3.0.0 Library

User name that saved the file.

Definition

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

Property Value

String

Remarks

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.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally