Revit 2025.3 API
Central |
Retrieves current user name.
Namespace: Autodesk.Revit.Exceptions
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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