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

c3430e60 66b0 d37f b6b8 1e0d029fecb6

haplokuon edited this page May 6, 2023 · 1 revision

LastSavedBy Field

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 const string LastSavedBy = "$LASTSAVEDBY"

VB

Public Const LastSavedBy As String = "$LASTSAVEDBY"

C++

public:
literal String^ LastSavedBy = "$LASTSAVEDBY"

F#

static val mutable LastSavedBy: string

Field Value

String

See Also

Reference

HeaderVariableCode Class
netDxf.Header Namespace

Clone this wiki locally