Revit 2022.1 API |
Application..::..Username Property |
Application Class See Also |
Gets the user name for the current Revit session.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since: 2012
Syntax
C# |
---|
public string Username { get; } |
Visual Basic |
---|
Public ReadOnly Property Username As String Get |
Visual C++ |
---|
public: property String^ Username { String^ get (); } |