Revit 2025.3 API
View |
Cancels the systems analysis based on the report element id.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static void CancelSystemsAnalysis( Document document, ElementId reportElement )
Public Shared Sub CancelSystemsAnalysis ( document As Document, reportElement As ElementId )
public: static void CancelSystemsAnalysis( Document^ document, ElementId^ reportElement )
static member CancelSystemsAnalysis : document : Document * reportElement : ElementId -> unit
Parameters
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also