| Revit 2017 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: 17.0.0.0 (17.0.484.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() |