Share

ControlledApplication.IsLateAddinLoading Property

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

C#

public bool IsLateAddinLoading { get; }

Property Value

Boolean

See Also

Reference

Was this information helpful?