RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ElementSet

ElementSet.Insert

Method
Description:
Insert the specified element into the set.
Syntax
public virtual bool Insert(
	Element item
)
Parameters
Parameter Type Description
item Element The element to be inserted into the set.
Return Value
Type Description
Boolean Returns whether the element was inserted into the set.