Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / GetParamFromLength Method / GetParamFromLength(Double,Double) Method

In This Topic
    GetParamFromLength(Double,Double) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetParamFromLength( _
       ByVal length As Double, _
       ByRef t As Double _
    ) As Boolean
    public bool GetParamFromLength( 
       double length,
       out double t
    )

    Parameters

    length
    t
    See Also