LinkedElementId Property


Reference Linked Element Id Property

The id of the top-level element in the linked document that is referred to by this reference.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ElementId LinkedElementId { get; }

Property Value

ElementId
Remarks
InvalidElementId will be returned for references that don't refer to an element in a linked RVT file.
See Also