RVTDocs.com

Application.SetLibraryPaths

Method
Description:
Sets path information identifying where Revit searches for content.
Remarks:
The map that is returned should contain a key that is purpose of the path, such as Material Libraries and the value in the map is the fully qualified path to be used for that search path.
Syntax
public void SetLibraryPaths(
	IDictionary<string, string> paths
)
Parameters
Parameter Type Description
paths IDictionary The map of library paths.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null