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

In This Topic
    ClosestPointTo Method (EllipticalArc)
    In This Topic
    Syntax
    'Declaration
     
    Public Shadows Sub ClosestPointTo( _
       ByVal pt As Point3D, _
       ByRef t As Double _
    ) 
    public new void ClosestPointTo( 
       Point3D pt,
       out double t
    )

    Parameters

    pt
    t
    See Also