Cancels the systems analysis based on the report element id.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static void CancelSystemsAnalysis( Document document, ElementId reportElement )
Parameters
- document Document
- The document where the report element existed.
- reportElement ElementId
- The report element that identifies the analysis.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
