Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / GetLengthFromParam Method

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

    Parameters

    t
    length
    See Also