Revit 2025.3 API
Document |
Returns set of elements that were modified.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ICollection<ElementId> GetModifiedElementIds()
Public Function GetModifiedElementIds As ICollection(Of ElementId)
public: ICollection<ElementId^>^ GetModifiedElementIds()
member GetModifiedElementIds : unit -> ICollection<ElementId>
Return Value
ICollectionElementIdThe set of ElementId for elements that were modified.
See Also