EdgeGetFace Method

Returns one of the two faces that meet at the edge.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public Face GetFace(
	int index
)

Parameters

index  Int32
The index of the face (0 or 1).

Return Value

Face
See Also