Revit 2017.1 API |
Form..::..AddEdge Method (Reference, Reference) |
Form Class See Also |
Add an edge to the form, connecting two edges on same/different profile, by a pair of specified points.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Syntax
C# |
---|
public void AddEdge( Reference startPointReference, Reference endPointReference ) |
Visual Basic |
---|
Public Sub AddEdge ( _ startPointReference As Reference, _ endPointReference As Reference _ ) |
Visual C++ |
---|
public: void AddEdge( Reference^ startPointReference, Reference^ endPointReference ) |
Parameters
- startPointReference
- Type: Autodesk.Revit.DB..::..Reference
The geometry reference of start point
- endPointReference
- Type: Autodesk.Revit.DB..::..Reference
The geometry reference of end point