ApplicationNewElementSet Method

Creates a new instance of a set specifically for holding elements.

Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ElementSet NewElementSet()

Return Value

ElementSet
A new Element Set.
Remarks
This is a general purpose set for passing elements to and from methods.
See Also