GetCurrentlyLoadedReference Method


External Resource Load Context Get Currently Loaded Reference Method

Returns a copy of the ExternalResourceReference currently in use by the containing element.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ExternalResourceReference GetCurrentlyLoadedReference()

Return Value

ExternalResourceReference
A copy of the ExternalResourceReference currently in use by the containing element.
Remarks

A server may use to wish this information to, for example, tell whether the Revit user was previously using their server or not.

This reference may be if there is no current value. For example, a newly-created link being loaded for the first time would have no currently-loaded reference.

See Also