ApplicationNewElementSet Method

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()

Return Value

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