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