Share

Application.GetSystemsAnalysisWorkflows Method

Returns name and path information identifying systems analysis workflow files.


Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public IDictionary<string, string> GetSystemsAnalysisWorkflows()

Return Value

IDictionary<String, String>
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

Reference

Was this information helpful?