ArcGIS Pro 2.8 API Reference Guide
CubicBezierBuilder Constructor(Coordinate2D,Coordinate2D,Coordinate2D,Coordinate2D,SpatialReference)

ArcGIS.Core.Geometry Namespace > CubicBezierBuilder Class > CubicBezierBuilder Constructor : CubicBezierBuilder Constructor(Coordinate2D,Coordinate2D,Coordinate2D,Coordinate2D,SpatialReference)
The point from which the curve starts.
Control point 1 of the cubic bezier.
Control point 2 of the cubic bezier.
The point at which the curve ends.
(Optional) The spatial reference. The default value is null.
Creates a new instance of the CubicBezierBuilder class from four control points. This method must be called on the MCT. Use QueuedTask.Run.
Syntax

Parameters

startPt
The point from which the curve starts.
controlPt1
Control point 1 of the cubic bezier.
controlPt2
Control point 2 of the cubic bezier.
endPt
The point at which the curve ends.
spatialReference
(Optional) The spatial reference. The default value is null.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
An operation on an empty geometry was attempted. startPt or controlPt1 or controlPt2 or endPt is empty.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

CubicBezierBuilder Class
CubicBezierBuilder Members
Overload List