| Revit 2023 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: 23.0.0.0 (23.1.0.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 (); } |