Share

ExternalResourceReference.GetReferenceInformation 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: 26.3.0.0 (26.3.0.0)

Syntax

C#

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

Reference

Was this information helpful?