Dimension.PrepareText Method

Prepare 5 text ( prefix, dimText, upperValue, lowerValue, suffix) that compose the whole dimension text
Protected Overrides Sub PrepareText( _ 
ByVal myText As String, _ 
ByVal data As RegenParams, _ 
ByRef widthFactor As Double, _ 
ByRef width As Double, _ 
ByRef descend As Double, _ 
ByRef boxMin As Point3D, _ 
ByRef boxMax As Point3D
)
This language is not supported or no code example is available.
protected override void PrepareText( 
string myText
RegenParams data
ref double widthFactor
out double width
out double descend
out Point3D boxMin
out Point3D boxMax 
)
This language is not supported or no code example is available.

Parameters

myText
string

data
RegenParams

widthFactor
double

width
double

descend
double

boxMin
Point3D

boxMax
Point3D

.NET Framework

Supported in: 4.8

In this article

Definition