Share

Application.NewElementSet Method

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


Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

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

Reference

Was this information helpful?