ApplicationGetSystemsAnalysisWorkflowNames Method

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()

Return Value

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