public CubicBezierBuilderEx( MapPoint startPoint, MapPoint controlPoint1, MapPoint controlPoint2, MapPoint endPoint, SpatialReference spatialReference )
Public Function New( _ ByVal startPoint As MapPoint, _ ByVal controlPoint1 As MapPoint, _ ByVal controlPoint2 As MapPoint, _ ByVal endPoint As MapPoint, _ Optional ByVal spatialReference As SpatialReference _ )
Parameters
- startPoint
 - The point from which the curve starts.
 - controlPoint1
 - Control point 1 of the cubic bezier.
 - controlPoint2
 - Control point 2 of the cubic bezier.
 - endPoint
 - The point at which the curve ends.
 - spatialReference
 - param name="spatialReference">(Optional) The spatial reference. The default value is null. The spatial references of the input points are ignored.