HeaderVariablesLastSavedBy Property
|
User name that saved the file.
Namespace:
DXFReaderNET.Header
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public string LastSavedBy { get; set; }
Public Property LastSavedBy As String
Get
Set
public:
property String^ LastSavedBy {
String^ get ();
void set (String^ value);
}
member LastSavedBy : string with get, set
PROPERTY LastSavedBy AS STRING GET SET
Property Value
Type:
StringRemarks
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