LinearDim(Plane, Point2D, Point2D, Point2D, Double) Constructor

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

Parameters

sketchPlane
Plane

The sketch plane

extLine1
Point2D

First extension line point

extLine2
Point2D

Second extension line point

dimLinePos
Point2D

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