Revit 2026 API
External |
Returns a copy of an object containing previously-stored reference or lookup
information about the specific resource provided by the server.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IDictionary<string, string> GetReferenceInformation()
Public Function GetReferenceInformation As IDictionary(Of String, String)
public: IDictionary<String^, String^>^ GetReferenceInformation()
member GetReferenceInformation : unit -> IDictionary<string, string>
Return Value
IDictionaryString, StringA copy of a (String, String) map containing previously-stored reference or lookup information.
See Also