Revit 2026 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: 26.0.4.0 (26.0.4.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