Sets path information identifying where Revit searches for content.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2012
Syntax
| C# |
|---|
public void SetLibraryPaths(
IDictionary<string, string> paths
) |
| Visual Basic |
|---|
Public Sub SetLibraryPaths ( _
paths As IDictionary(Of String, String) _
) |
| Visual C++ |
|---|
public:
void SetLibraryPaths(
IDictionary<String^, String^>^ paths
) |
Parameters
- paths
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, String>)>)>
The map of library paths.
Remarks
Exceptions
See Also