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

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

    Parameters

    textPlane
    Orientation plane
    insPoint
    Insertion point
    textString
    Text string
    height
    Text height
    alignment
    Text alignment
    See Also