Share

Reference.ElementId Property

The element id for this reference.


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

Syntax

C#

public ElementId ElementId { get; }

Property Value

ElementId

Remarks

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

See Also

Reference

Was this information helpful?