Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / LinearPath Constructor / LinearPath Constructor(ICollection<Point3D>)
The point array

In This Topic
    LinearPath Constructor(ICollection<Point3D>)
    In This Topic
    3D point array constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal points As ICollection(Of Point3D) _
    )
    public LinearPath( 
       ICollection<Point3D> points
    )

    Parameters

    points
    The point array
    See Also