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

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

    Parameters

    point
    t
    See Also