Revit 2025 API
Basic |
Returns the username.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string Username { get; }
Public ReadOnly Property Username As String Get
public: property String^ Username { String^ get (); }
member Username : string with get
Property Value
StringSee Also