| ShapeFactoryCreateArcDimension Method  | 
 
            Create a new instance of arc dimension.
            
 
    Namespace: 
   RootPro.RootProCAD
    Assembly:
   RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
 Syntax
Syntaxpublic abstract ArcDimensionShape CreateArcDimension(
	Point2d centerPoint,
	double radius,
	double startAngle,
	double endAngle,
	double projectionLength
)
Public MustOverride Function CreateArcDimension ( 
	centerPoint As Point2d,
	radius As Double,
	startAngle As Double,
	endAngle As Double,
	projectionLength As Double
) As ArcDimensionShape
Parameters
- centerPoint
- Type: RootPro.RootProCAD.GeometryPoint2d
 represents the coordinates of the center point of the measurement arc  Point2d
- radius
- Type: SystemDouble
 Radius of measurement arc
- startAngle
- Type: SystemDouble
 Starting angle of measurement arc (Degree)
- endAngle
- Type: SystemDouble
 End angle of measurement arc (Degree)
- projectionLength
- Type: SystemDouble
 Extension line length(length from the base point to the start point of the dimension line
Return Value
Type: 
ArcDimensionShape Represents an arc dimension figure 
 ArcDimensionShape  See Also
See Also