Text(Point3D, String, Double, alignmentType) Constructor

Standard constructor.
Public Sub New( _ 
ByVal insPoint As Point3D, _ 
ByVal textString As String, _ 
ByVal height As Double, _ 
ByVal alignment As alignmentType
)
This language is not supported or no code example is available.
public Text( 
Point3D insPoint
string textString
double height
alignmentType alignment 
)
This language is not supported or no code example is available.

Parameters

insPoint
Point3D

Insertion point

textString
string

Text string

height
double

Text height

alignment
alignmentType

Text alignment

.NET Framework

Supported in: 4.8

In this article

Definition