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

FaceArray.Item

Property
Description:
Gets or sets a face at a specified index within the array.
Syntax
public virtual Face this[
	int index
] { get; set; }
Parameters
Parameter Type Description
index Int32 The index of the face to be set or retrieved.
Return Value
Type Description
Face Returns the face at the specified index.