DocumentChangedEventArgs.GetModifiedElementIds
Description:
Returns set of elements that were modified according to the given element filter.
Returns set of elements that were modified according to the given element filter.
Overloads (2):
public ICollection<ElementId> GetModifiedElementIds(
ElementFilter filter
)
-
filterThe element filter to be applied.
Return Value
ICollection<ElementId>
The set of ElementId for modified elements that pass the filter.
Returns empty set if no elements are found which pass the filter.
-
A non-optional argument was null