DocumentChangedEventArgs.GetModifiedElementIds Method

DocumentChangedEventArgsGetModifiedElementIds Method

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

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