Share

Edge.GetFace Method

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


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.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

Was this information helpful?