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

ElementArray.Append

Method
Description:
Add the element to the end of the array.
Syntax
public virtual void Append(
	Element item
)
Parameters
Parameter Type Description
item Element The element to be added.
Return Value