Document |
Returns set of newly added elements that pass the filter.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Parameters
- filter ElementFilter
- The element filter to be applied.
Return Value
ICollection ElementIdThe set of ElementId for newly added elements that pass the filter. Returns empty set if no elements are found which pass the filter.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
