Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / OrdinateDim Class / OrdinateDim Constructor / OrdinateDim Constructor(Plane,Point2D,Point2D,Boolean,Double)
The sketch plane
Dimension line position.
The type of the ordinate dimension (horizontal or vertical). If true, the x-coordinate is measured, otherwise the y-coordinate is measured.
Text height

In This Topic
    OrdinateDim Constructor(Plane,Point2D,Point2D,Boolean,Double)
    In This Topic
    Sketch plane constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sketchPlane As Plane, _
       ByVal definingPoint As Point2D, _
       ByVal dimLinePos As Point2D, _
       ByVal isVertical As Boolean, _
       ByVal textHeight As Double _
    )
    public OrdinateDim( 
       Plane sketchPlane,
       Point2D definingPoint,
       Point2D dimLinePos,
       bool isVertical,
       double textHeight
    )

    Parameters

    sketchPlane
    The sketch plane
    definingPoint
    dimLinePos
    Dimension line position.
    isVertical
    The type of the ordinate dimension (horizontal or vertical). If true, the x-coordinate is measured, otherwise the y-coordinate is measured.
    textHeight
    Text height
    See Also