Revit 2026 API
ApplicationNew |
Creates a new instance of a set specifically for holding elements.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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