Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Text Class / Text Constructor / Text Constructor(Double,Double,Double,String,Double)
Position along X axis
Position along Y axis
Elevation
Text string
Text height

In This Topic
    Text Constructor(Double,Double,Double,String,Double)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double, _
       ByVal textString As String, _
       ByVal height As Double _
    )
    public Text( 
       double x,
       double y,
       double z,
       string textString,
       double height
    )

    Parameters

    x
    Position along X axis
    y
    Position along Y axis
    z
    Elevation
    textString
    Text string
    height
    Text height
    See Also