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

ElementSet.Erase

Method
Description:
Removes a specified element from the set.
Syntax
public virtual int Erase(
	Element item
)
Parameters
Parameter Type Description
item Element The element to be erased.
Return Value
Type Description
Int32 The number of elements that were erased from the set.