IsLateAddinLoading Property


Indicates whether this add-in is loaded on the fly or not. If it is loaded when Revit is starting up, it is false, otherwise it should be true.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 2015.0.0.0 (2015.0.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 ();
}

See Also