AddResource Method (String, IDictionary(String, String))


External Resource Browser Data Add Resource(String, IDictionary String, String ) Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void AddResource(
	string resourceName,
	IDictionary<string, string> referenceInformation
)

Parameters

resourceName String
referenceInformation IDictionary String , String
See Also