Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Text Class / Text Constructor / Text Constructor(Plane,Point2D,String,Double,alignmentType,String,Boolean)
Sketch plane
Insertion point
Text string
Text height
Text alignment
The text style name (see devDept.Eyeshot.ViewportLayout.TextStyles)
Text simplification flag

In This Topic
    Text Constructor(Plane,Point2D,String,Double,alignmentType,String,Boolean)
    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, _
       ByVal alignment As Text.alignmentType, _
       ByVal styleName As String, _
       ByVal simplify As Boolean _
    )
    public Text( 
       Plane sketchPlane,
       Point2D insPoint,
       string textString,
       double height,
       Text.alignmentType alignment,
       string styleName,
       bool simplify
    )

    Parameters

    sketchPlane
    Sketch plane
    insPoint
    Insertion point
    textString
    Text string
    height
    Text height
    alignment
    Text alignment
    styleName
    The text style name (see devDept.Eyeshot.ViewportLayout.TextStyles)
    simplify
    Text simplification flag
    See Also