ViewSystemsAnalysisReportRequestSystemsAnalysis Method |
Requests a new systems analysis to be run in the background.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void RequestSystemsAnalysis(
SystemsAnalysisOptions options
)
Public Sub RequestSystemsAnalysis (
options As SystemsAnalysisOptions
)
public:
void RequestSystemsAnalysis(
SystemsAnalysisOptions^ options
)
member RequestSystemsAnalysis :
options : SystemsAnalysisOptions -> unit
Parameters
- options SystemsAnalysisOptions
-
The additional options to run systems analysis. If empty, use the default value in the view element.
The request may download the weather file at current site location if not specified in the options.
Exceptions
Remarks
Should be called from a transaction.
See Also