GetReferenceInformation Method


External Resource Reference Get Reference Information Method

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: 25.0.0.0 (25.0.0.0)
Syntax
public IDictionary<string, string> GetReferenceInformation()

Return Value

IDictionary String , String
A copy of a (String, String) map containing previously-stored reference or lookup information.
See Also