Sets name and path information identifying systems analysis workflow files.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2020.1
Syntax
C# |
---|
public void SetSystemsAnalysisWorkflows(
IDictionary<string, string> paths
) |
Visual Basic |
---|
Public Sub SetSystemsAnalysisWorkflows ( _
paths As IDictionary(Of String, String) _
) |
Visual C++ |
---|
public:
void SetSystemsAnalysisWorkflows(
IDictionary<String^, String^>^ paths
) |
Parameters
- paths
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, String>)>)>
The map of systems analysis workflows.
Remarks
Exceptions
See Also