CompositeCurve.CurveList Property

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

Property Value

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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition