Text(Plane, Point2D, String, Double, alignmentType, String) Constructor

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

Parameters

sketchPlane
Plane

Sketch plane

insPoint
Point2D

Insertion point

textString
string

Text string

height
double

Text height

alignment
alignmentType

Text alignment

styleName
string

The text style name (see Environment.TextStyles)

.NET Framework

Supported in: 4.8

In this article

Definition