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

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

    Parameters

    pt
    t
    See Also