Revit 2026 API
Central |
Retrieves current user name.
Namespace: Autodesk.Revit.Exceptions
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string CurrentUser { get; }
Public ReadOnly Property CurrentUser As String Get
public: property String^ CurrentUser { String^ get (); }
member CurrentUser : string with get
Property Value
StringSee Also