GCompositeCurve.CurveList Property

Gets or sets the composite igCurve igCurve list.
Public Property CurveList() As List(Of IGCurve)
This language is not supported or no code example is available.
public List<IGCurve> CurveList {get; set;}
This language is not supported or no code example is available.

Property Value

List<IGCurve>
Remarks
 
After altering the igCurve list, you should call the SortAndOrient method to fix igCurve sorting and orientation.

.NET Framework

Supported in: 4.7.2

In this article

Definition