DimensionShapeDimensionTextPoint Property |
Get or set the coordinates of the placement point of the dimension value.
Normally, it is the center of the dimension value text, and in the case of free placement with a leader line, it is the second point of the leader line.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 13.0.0.0 (13.0.0.0)
Syntaxpublic abstract Point2d DimensionTextPoint { get; set; }Public MustOverride Property DimensionTextPoint As Point2d
Get
Set
Property Value
Type:
Point2d
represents the coordinates of the placement point of the dimension value
Point2d .
See Also