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

ReferenceArray.Append

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