| Revit 2022 API |
| ControlledApplication..::..IsLateAddinLoading Property |
| ControlledApplication Class See Also |
Indicates whether this add-in is loaded on the fly or not. If it is loaded when is Revit starting up, it
is false, otherwise it should be true.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
| C# |
|---|
public bool IsLateAddinLoading { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsLateAddinLoading As Boolean Get |
| Visual C++ |
|---|
public: property bool IsLateAddinLoading { bool get (); } |