RVTDocs.com

CombinableElementArray.Append

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