GetModifiedElementIds Method


Document Changed Event Args Get Modified Element Ids Method

Returns set of elements that were modified.

Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ICollection<ElementId> GetModifiedElementIds()

Return Value

ICollection ElementId
The set of ElementId for elements that were modified.
See Also