Application.NewElementSet Method

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()
Public Function NewElementSet As ElementSet
public:
ElementSet^ NewElementSet()
member NewElementSet : unit -> ElementSet 

Return Value

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