2021 Class
Changes 0
C

RelinquishedItems

Description:
List of elements and worksets that were relinquished by the current user.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.RelinquishedItems
public class RelinquishedItems : IDisposable
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetRelinquishedElements() ICollection<ElementId> The elements that were relinquished by the current user.
M GetRelinquishedWorksets() ICollection<WorksetId> The elements that were relinquished by the current user.
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.