Revit 2026 API
ElementGet |
Gets information pertaining to the external file referenced
by the element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ExternalFileReference GetExternalFileReference()
Public Function GetExternalFileReference As ExternalFileReference
public: ExternalFileReference^ GetExternalFileReference()
member GetExternalFileReference : unit -> ExternalFileReference
Return Value
ExternalFileReferenceAn object containing path and type information for the external file referenced by the element.
| Exception | Condition |
|---|---|
| InvalidOperationException | This Element does not represent an external file. |
See Also