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

Edge.GetFace

Method
Description:
Returns one of the two faces that meet at the edge.
Syntax
public Face GetFace(
	int index
)
Parameters
Parameter Type Description
index Int32 The index of the face (0 or 1).
Return Value