Revit 2025 API
Edge |
Constructs an instance of EdgeEndPoint.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public EdgeEndPoint( Edge edge, int index )
Public Sub New ( edge As Edge, index As Integer )
public: EdgeEndPoint( Edge^ edge, int index )
new : edge : Edge * index : int -> EdgeEndPoint
Parameters

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | The given value for index is not 0 or 1. |
See Also