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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Text Class > Text Constructor : Text Constructor(Plane,Point3D,String,Double)
Orientation plane
Insertion point
Text string
Text height
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 _
)
public Text( 
   Plane textPlane,
   Point3D insPoint,
   string textString,
   double height
)

Parameters

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

Reference

Text Class
Text Members
Overload List