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

FaceArray.Insert

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