LinearDim(Plane, Point3D, Point3D, Point3D, Double) Constructor

Standard constructor.
Public Sub New( _ 
ByVal dimPlane As Plane, _ 
ByVal extLine1 As Point3D, _ 
ByVal extLine2 As Point3D, _ 
ByVal dimLinePos As Point3D, _ 
ByVal textHeight As Double
)
This language is not supported or no code example is available.
public LinearDim( 
Plane dimPlane
Point3D extLine1
Point3D extLine2
Point3D dimLinePos
double textHeight 
)
This language is not supported or no code example is available.

Parameters

dimPlane
Plane

The dimension plane

extLine1
Point3D

First extension line point

extLine2
Point3D

Second extension line point

dimLinePos
Point3D

Dimension line position. Affects text position when the text cannot fit between extension lines.

textHeight
double

Text height

.NET Framework

Supported in: 4.8

In this article

Definition