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

ElementArray.Insert

Method
Description:
Insert the specified element into the array.
Syntax
public virtual void Insert(
	Element item,
	int index
)
Parameters
Parameter Type Description
item Element The element to be inserted into the array.
index Int32 The element will be inserted before this index.
Return Value
Type Description
ElementArray Class Returns whether the element was inserted into the array.