RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Form

Form.AddEdge(Reference, Reference)

Method
Description:
Add an edge to the form, connecting two edges on same/different profile, by a pair of specified points.
Syntax
public void AddEdge(
	Reference startPointReference,
	Reference endPointReference
)
Parameters
Parameter Type Description
startPointReference Reference The geometry reference of start point
endPointReference Reference The geometry reference of end point
Return Value