Click or drag to resize

ArcDimensionShapeCenterPoint Property

Get or set the coordinates of the center point of the measurement arc.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 13.0.0.0 (13.0.0.0)
Syntax
public abstract Point2d CenterPoint { get; set; }

Property Value

Type: Point2d
represents the coordinates of the center point of the measurement arc Point2d.
See Also