GCompositeCurve(IEnumerable<IGCurve>, Boolean) Constructor

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

Parameters

curveList
IEnumerable<IGCurve>

The igCurve list

sortAndOrient
bool

When true, the igCurves are properly sorted and oriented.

.NET Framework

Supported in: 4.7.2

In this article

Definition