RVTDocs.com

CombinableElementArray.Insert

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