| Revit 2022.1 API |
| Application..::..IsLoggedIn Property |
| Application Class See Also |
Checks if the user is logged in from this session to their Autodesk account.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2016
Syntax
| C# |
|---|
public static bool IsLoggedIn { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property IsLoggedIn As Boolean Get |
| Visual C++ |
|---|
public: static property bool IsLoggedIn { bool get (); } |