Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / CompositeCurve Class / CurveList Property

In This Topic
    CurveList Property (CompositeCurve)
    In This Topic
    Gets or sets the composite curve curve list.
    Syntax
    'Declaration
     
    Public Property CurveList As List(Of ICurve)
    public List<ICurve> CurveList {get; set;}
    Remarks
    After altering the curve list, you should call the SortAndOrient(Double) method to fix curve sorting and orientation.
    See Also