CompositeCurve(IEnumerable<ICurve>) Constructor

Curve list constructor. The first curve in the list determines the contour orientation.
Public Sub New( _ 
ByVal curveList As IEnumerable(Of ICurve) _ 
)
This language is not supported or no code example is available.
public CompositeCurve( 
IEnumerable<ICurve> curveList 
)
This language is not supported or no code example is available.

Parameters

curveList
IEnumerable<ICurve>

The curve list

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition