Revit 2025 API
ApplicationGet |
Returns names for systems analysis workflows.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<string> GetSystemsAnalysisWorkflowNames()
Public Function GetSystemsAnalysisWorkflowNames As IList(Of String)
public: IList<String^>^ GetSystemsAnalysisWorkflowNames()
member GetSystemsAnalysisWorkflowNames : unit -> IList<string>
Return Value
IListStringAn array of names of systems analysis workflows.

The array that is returned contains the name of the systems analysis workflow,
in the order they are specified in Options.
See Also