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

FaceArray.Append

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