Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / LinearPath Constructor / LinearPath Constructor(Point3D[])
The point list

In This Topic
    LinearPath Constructor(Point3D[])
    In This Topic
    Point list constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ParamArray points() As Point3D _
    )
    public LinearPath( 
       params Point3D[] points
    )

    Parameters

    points
    The point list
    See Also