Revit 2026 API
Relinquished |
The elements that were relinquished by the current user.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ICollection<ElementId> GetRelinquishedElements()
Public Function GetRelinquishedElements As ICollection(Of ElementId)
public: ICollection<ElementId^>^ GetRelinquishedElements()
member GetRelinquishedElements : unit -> ICollection<ElementId>
Return Value
ICollectionElementIdSee Also