CompositeCurve(IEnumerable<ICurve>, Boolean) Constructor

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

Parameters

curveList
IEnumerable<ICurve>

The curve list

sortAndOrient
bool

When true, the curves are properly sorted and oriented.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition