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

In This Topic
    Text Constructor(Plane,String,Double,alignmentType,String,Boolean)
    In This Topic
    Not parallel to XY plane constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal textPlane As Plane, _
       ByVal textString As String, _
       ByVal height As Double, _
       ByVal alignment As Text.alignmentType, _
       ByVal styleName As String, _
       ByVal simplify As Boolean _
    )
    public Text( 
       Plane textPlane,
       string textString,
       double height,
       Text.alignmentType alignment,
       string styleName,
       bool simplify
    )

    Parameters

    textPlane
    Orientation plane
    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