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

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

Parameters

sketchPlane
Plane

The sketch plane

definingPoint
Point2D

dimLinePos
Point2D

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.5, 4.6, 4.7

In this article

Definition