GCompositeCurve(IGCurve()) Constructor

GCurve list constructor. The first igCurve in the list determines the contour orientation.
Public Sub New( _ 
ByVal ParamArray igCurveList As IGCurve() _ 
)
This language is not supported or no code example is available.
public GCompositeCurve( 
params IGCurve[] igCurveList 
)
This language is not supported or no code example is available.

Parameters

igCurveList
IGCurve[]

The igCurve list

.NET Framework

Supported in: 4.7.2

In this article

Definition