Share

Application.GetSystemsAnalysisWorkflowNames Method

Returns names for systems analysis workflows.


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

Syntax

C#

public IList<string> GetSystemsAnalysisWorkflowNames()

Return Value

IList<String>
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

Reference

Was this information helpful?