ExternalResourceBrowserDataAddResource(String, IDictionaryString, String) Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void AddResource(
string resourceName,
IDictionary<string, string> referenceInformation
)
Public Sub AddResource (
resourceName As String,
referenceInformation As IDictionary(Of String, String)
)
public:
void AddResource(
String^ resourceName,
IDictionary<String^, String^>^ referenceInformation
)
member AddResource :
resourceName : string *
referenceInformation : IDictionary<string, string> -> unit
Parameters
- resourceName String
-
- referenceInformation IDictionaryString, String
-
See Also