Share

Element.GetExternalFileReference Method

Gets information pertaining to the external file referenced by the element.


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

Syntax

C#

public ExternalFileReference GetExternalFileReference()

Return Value

ExternalFileReference
An object containing path and type information for the external file referenced by the element.

Exceptions

ExceptionCondition
InvalidOperationException This Element does not represent an external file.

See Also

Reference

Was this information helpful?