Returns the Face edge object corresponding to the node.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2020

Syntax

C#
public Edge GetFaceEdge()
Visual Basic
Public Function GetFaceEdge As Edge
Visual C++
public:
Edge^ GetFaceEdge()

Return Value

The face edge.

See Also