Eyeshot 10 WinForms API Reference
Leader Constructor(Plane,Point3D[],Boolean,arrowheadType,Double,Double)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Leader Class > Leader Constructor : Leader Constructor(Plane,Point3D[],Boolean,arrowheadType,Double,Double)
For internal use only.
Syntax
'Declaration
 
Public Function New( _
   ByVal pln As Plane, _
   ByVal points() As Point3D, _
   ByVal hasHookLine As Boolean, _
   ByVal arrowhead As arrowheadType, _
   ByVal arrowHeadSize As Double, _
   ByVal scale As Double _
)
public Leader( 
   Plane pln,
   Point3D[] points,
   bool hasHookLine,
   arrowheadType arrowhead,
   double arrowHeadSize,
   double scale
)

Parameters

pln
points
hasHookLine
arrowhead
arrowHeadSize
scale
See Also

Reference

Leader Class
Leader Members
Overload List