Eyeshot 10 WinForms API Reference
Leader Constructor(Plane,ICollection<Point3D>)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Leader Class > Leader Constructor : Leader Constructor(Plane,ICollection<Point3D>)
The plane
The point array
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

Reference

Leader Class
Leader Members
Overload List