ReferenceElementId Property

The element id for this reference.

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

Property Value

ElementId
Remarks
InvalidElementId will be returned for references that don't refer to a particular element.
See Also