Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / ICurve Interface / GetLengthFromParam Method
Parameter value
Length along the curve

In This Topic
    GetLengthFromParam Method (ICurve)
    In This Topic
    Given the parameter along the curve, finds the the length of the subcurve at that parameter.
    Syntax
    'Declaration
     
    Function GetLengthFromParam( _
       ByVal t As Double, _
       ByRef length As Double _
    ) As Boolean
    bool GetLengthFromParam( 
       double t,
       out double length
    )

    Parameters

    t
    Parameter value
    length
    Length along the curve

    Return Value

    True if the operation is successful, false otherwise.
    See Also