Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / CompositeCurve Class / SubCurve Method / SubCurve(Double,Double,ICurve) Method

In This Topic
    SubCurve(Double,Double,ICurve) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function SubCurve( _
       ByVal startParam As Double, _
       ByVal endParam As Double, _
       ByRef sub As ICurve _
    ) As Boolean
    public bool SubCurve( 
       double startParam,
       double endParam,
       out ICurve sub
    )

    Parameters

    startParam
    endParam
    sub
    See Also