Revit 2025.3 API
ApplicationSet |
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void SetLibraryPaths( IDictionary<string, string> paths )
Public Sub SetLibraryPaths ( paths As IDictionary(Of String, String) )
public: void SetLibraryPaths( IDictionary<String^, String^>^ paths )
member SetLibraryPaths : paths : IDictionary<string, string> -> unit
Parameters
- paths IDictionaryString, String
See Also