Click or drag to resize

DimensionShapeDimentionTextPoint Property

Note: This API is now obsolete.

Get or set the coordinates of the placement point of the dimension value. ※ It may become unusable in the future. Please use DimensionTextPoint.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
[ObsoleteAttribute("This property is obsolete. Use DimensionTextPoint instead.")]
public abstract Point2d DimentionTextPoint { get; set; }

Property Value

Type: Point2d
represents the coordinates of the placement point of the dimension value Point2d .
See Also