RVTDocs.com

ExternalApplicationArray.Append

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