Share

ViewSystemsAnalysisReport.CancelSystemsAnalysis Method

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

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

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?