GetAddedElementIds Method (ElementFilter)


Returns set of newly added elements that pass the filter.

Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2014

Syntax

C#
public ICollection<ElementId> GetAddedElementIds(
	ElementFilter filter
)
Visual Basic
Public Function GetAddedElementIds ( _
	filter As ElementFilter _
) As ICollection(Of ElementId)
Visual C++
public:
ICollection<ElementId^>^ GetAddedElementIds(
	ElementFilter^ filter
)

Parameters

filter
Type: Autodesk.Revit.DB ElementFilter
The element filter to be applied.

Return Value

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
Autodesk.Revit.Exceptions ArgumentNullException A non-optional argument was NULL

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →