Revit 2025.3 API
ApplicationNew |
Creates a new instance of a set specifically for holding elements.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ElementSet NewElementSet()
Public Function NewElementSet As ElementSet
public: ElementSet^ NewElementSet()
member NewElementSet : unit -> ElementSet
Return Value
ElementSetA new Element Set.

This is a general purpose set for passing elements to and from methods.
See Also