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

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

    Parameters

    t
    length
    See Also