MultilineText(Plane, String, Double, Double, Double) Constructor

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

Parameters

textPlane
Plane

Orientation plane

textString
string

Text string

width
double

Text width. A string longer than "width" will be split on two or more lines (whole words are not split).

height
double

Text height

lineSpaceDistance
double

Spacing between the lines

.NET Framework

Supported in: 4.8

In this article

Definition