Share

Element.RefersToExternalResourceReferences Method

Determines whether this Element uses external resources.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool RefersToExternalResourceReferences()

Return Value

Boolean
True if this element uses external resources, false if it does not.

Remarks

Some elements may contain references to data from external resources. These elements contain one or more ExternalResourceReferences.

See Also

Reference

Was this information helpful?