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

In This Topic
    Leader Constructor(Plane,ICollection<Point3D>)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pln As Plane, _
       ByVal points As ICollection(Of Point3D) _
    )
    public Leader( 
       Plane pln,
       ICollection<Point3D> points
    )

    Parameters

    pln
    The plane
    points
    The point array
    See Also