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

In This Topic
    GetPointsByLength Method (EllipticalArc)
    In This Topic
    Syntax
    'Declaration
     
    Public Shadows Function GetPointsByLength( _
       ByVal length As Double _
    ) As Point3D()
    public new Point3D[] GetPointsByLength( 
       double length
    )

    Parameters

    length
    See Also