2027 Method
Changes 0
M

DocumentChangedEventArgs.GetModifiedElementIds

Description:
Returns set of elements that were modified according to the given element filter.
Overloads (2):
GetModifiedElementIds(ElementFilter)
public ICollection<ElementId> GetModifiedElementIds(
	ElementFilter filter
)
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.