Text(Plane, String, Double) Constructor

Not parallel to XY plane constructor.
Public Sub New( _ 
ByVal textPlane As Plane, _ 
ByVal textString As String, _ 
ByVal height As Double
)
This language is not supported or no code example is available.
public Text( 
Plane textPlane
string textString
double height 
)
This language is not supported or no code example is available.

Parameters

textPlane
Plane

Orientation plane

textString
string

Text string

height
double

Text height

.NET Framework

Supported in: 4.8

In this article

Definition