Revit 2025 API
View |
Indicates if the background systems analysis has completed or not.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsAnalysisCompleted()
Public Function IsAnalysisCompleted As Boolean
public: bool IsAnalysisCompleted()
member IsAnalysisCompleted : unit -> bool
Return Value
BooleanTrue if completed, otherwise false.
See Also