| ShapeFactoryCreateParallelDimension Method  | 
 
            Create a new instance of parallel dimensions.
            
 
    Namespace: 
   RootPro.RootProCAD
    Assembly:
   RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
 Syntax
Syntaxpublic abstract ParallelDimensionShape CreateParallelDimension(
	Point2d startPoint,
	Point2d endPoint,
	double projectionLineLength
)
Public MustOverride Function CreateParallelDimension ( 
	startPoint As Point2d,
	endPoint As Point2d,
	projectionLineLength As Double
) As ParallelDimensionShape
Parameters
- startPoint
- Type: RootPro.RootProCAD.GeometryPoint2d
 representing the coordinates of the origin base point  Point2d
- endPoint
- Type: RootPro.RootProCAD.GeometryPoint2d
 representing the coordinates of the base point of the endpoint  Point2d
- projectionLineLength
- Type: SystemDouble
 Extension line length (length from the base point to the starting point of the dimension line)
Return Value
Type: 
ParallelDimensionShape Representing figures of parallel dimensions 
 ParallelDimensionShape  See Also
See Also