GetSystemsAnalysisWorkflows Method


Returns name and path information identifying systems analysis workflow files.

Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
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