DocumentChangedEventArgs.GetAddedElementIds(ElementFilter)
Method
Description:
Returns set of newly added elements that pass the filter.
Returns set of newly added elements that pass the filter.
Parameters
| Parameter | Type | Description |
|---|---|---|
| filter | ElementFilter | The element filter to be applied. |
Return Value
| Type | Description |
|---|---|
| ICollection | The set of ElementId for newly added elements that pass the filter. Returns empty set if no elements are found which pass the filter. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |