Eyeshot 9.0 WinForms API Reference
Text Constructor(Plane,String,Double)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Text Class > Text Constructor : Text Constructor(Plane,String,Double)
Orientation plane
Text string
Text height
Not parallel to XY plane constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal textPlane As Plane, _
   ByVal textString As String, _
   ByVal height As Double _
)
public Text( 
   Plane textPlane,
   string textString,
   double height
)

Parameters

textPlane
Orientation plane
textString
Text string
height
Text height
See Also

Reference

Text Class
Text Members
Overload List