Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Leader Class / Leader Constructor / Leader Constructor(Plane,Point3D[],Boolean,arrowheadType,Double,Double)

In This Topic
    Leader Constructor(Plane,Point3D[],Boolean,arrowheadType,Double,Double)
    In This Topic
    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