Revit 2026 API
EdgeGet |
Returns one of the two faces that meet at the edge.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Face GetFace( int index )
Public Function GetFace ( index As Integer ) As Face
public: Face^ GetFace( int index )
member GetFace : index : int -> Face
Parameters
- index Int32
- The index of the face (0 or 1).
Return Value
FaceSee Also