Application.SetLibraryPaths Method

ApplicationSetLibraryPaths Method


Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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