Returns one of the two faces that meet at the edge.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Face GetFace(
int index
)
Parameters
- index Int32
- The index of the face (0 or 1).
Return Value
Face
See Also
Reference