ViewSystemsAnalysisReportCancelSystemsAnalysis Method

Cancels the systems analysis based on the report element id.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
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
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also