Revit 2015 API |
ExternalResourceReference..::..GetReferenceInformation Method |
ExternalResourceReference Class See Also |
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: 2015.0.0.0 (2015.0.0.0)
Since:
2015
Syntax
C# |
---|
public IDictionary<string, string> GetReferenceInformation() |
Visual Basic |
---|
Public Function GetReferenceInformation As IDictionary(Of String, String) |
Visual C++ |
---|
public: IDictionary<String^, String^>^ GetReferenceInformation() |