Revit 2026 API
FormAdd |
Add an edge to the form, connecting two edges on different profiles, by a specified face of the form and a point on face.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void AddEdge( Reference faceReference, XYZ point )
Public Sub AddEdge ( faceReference As Reference, point As XYZ )
public: void AddEdge( Reference^ faceReference, XYZ^ point )
member AddEdge : faceReference : Reference * point : XYZ -> unit
Parameters
See Also