OrdinateDimension(Boolean, Point3d, Point3d, String, ObjectId) Constructor

Constructor. Creates an OrdinateDimension object with specified parameters.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 25.3.0.0
Syntax
public OrdinateDimension(
        bool useXAxis,
        Point3d definingPoint,
        Point3d leaderEndPoint,
        string dimText,
        ObjectId dimStyle
)

Parameters

useXAxis  Boolean
[in] Defines whether the x-axis or y-axis distance between the origin and the definition point is measured. Pass the true value to measure the x-axis distance or false for the y-axis distance.
definingPoint  Point3d
[in] The point for which the distance is measured.
leaderEndPoint  Point3d
[in] End point of the extension line.
dimText  String
[in] Dimension text to replace the measured value text.
dimStyle  ObjectId
[in] ObjectId of the dimension style that is used to draw the dimension entity.
See Also

©  Bricsys NV. All rights reserved.