Revit 2025.3 API
Controlled |
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: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsLateAddinLoading { get; }
Public ReadOnly Property IsLateAddinLoading As Boolean Get
public: property bool IsLateAddinLoading { bool get (); }
member IsLateAddinLoading : bool with get
Property Value
BooleanSee Also