Constructs an instance of EdgeEndPoint.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
- edge Edge
-
The Edge.
- index Int32
-
Use 0 for the start point, 1 for the end point of an Edge.
Exceptions
See Also