GetSystemsAnalysisWorkflows Method


Returns name and path information identifying systems analysis workflow files.

Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2020.1

Syntax

C#
public IDictionary<string, string> GetSystemsAnalysisWorkflows()
Visual Basic
Public Function GetSystemsAnalysisWorkflows As IDictionary(Of String, String)
Visual C++
public:
IDictionary<String^, String^>^ GetSystemsAnalysisWorkflows()

Return Value

The map of systems analysis workflows.

Remarks

The map that is returned contains a key that is the name of the systems analysis workflow, and the value is the path to the workflow file.

See Also