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

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

    Parameters

    length
    See Also