OrdinateDim(Plane, Point3D, Point3D, Boolean, Double) Constructor

Standard constructor.
Public Sub New( _ 
ByVal dimPlane As Plane, _ 
ByVal definingPoint As Point3D, _ 
ByVal dimLinePos As Point3D, _ 
ByVal isVertical As Boolean, _ 
ByVal textHeight As Double
)
This language is not supported or no code example is available.
public OrdinateDim( 
Plane dimPlane
Point3D definingPoint
Point3D dimLinePos
bool isVertical
double textHeight 
)
This language is not supported or no code example is available.

Parameters

dimPlane
Plane

The dimension plane. Its origin is used to measure the distance from the defining point.

definingPoint
Point3D

The defining point

dimLinePos
Point3D

Dimension line position.

isVertical
bool

The type of the ordinate dimension (horizontal or vertical). If true, the x-coordinate is measured, otherwise the y-coordinate is measured.

textHeight
double

Text height

.NET Framework

Supported in: 4.8

In this article

Definition