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

In This Topic
    Leader Constructor(Plane,Point3D[])
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pln As Plane, _
       ByVal ParamArray points() As Point3D _
    )
    public Leader( 
       Plane pln,
       params Point3D[] points
    )

    Parameters

    pln
    The plane
    points
    The point list
    See Also