Returns name and path information identifying systems analysis workflow files.
Namespace: Autodesk.Revit.ApplicationServicesAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
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.