Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Text Class / Text Constructor / Text Constructor(Plane,Point2D,String,Double)
Sketch plane
Insertion point
Text string
Text height

In This Topic
    Text Constructor(Plane,Point2D,String,Double)
    In This Topic
    Sketch plane constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sketchPlane As Plane, _
       ByVal insPoint As Point2D, _
       ByVal textString As String, _
       ByVal height As Double _
    )
    public Text( 
       Plane sketchPlane,
       Point2D insPoint,
       string textString,
       double height
    )

    Parameters

    sketchPlane
    Sketch plane
    insPoint
    Insertion point
    textString
    Text string
    height
    Text height
    See Also