Edge(ICurve, Int32, Int32) Constructor

Curve and end point indices constructor.
Public Sub New( _ 
ByVal curve As ICurve, _ 
ByVal startPointIndex As Integer, _ 
ByVal endPointIndex As Integer
)
This language is not supported or no code example is available.
public Edge( 
ICurve curve
int startPointIndex
int endPointIndex 
)
This language is not supported or no code example is available.

Parameters

curve
ICurve

The actual curve

startPointIndex
int

The start point index

endPointIndex
int

The end point index

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition