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

ArcGIS.Core.Geometry Namespace > CubicBezierBuilder Class > CubicBezierBuilder Constructor : CubicBezierBuilder Constructor(IEnumerable<Coordinate2D>,SpatialReference)
The enumeration of coordinates from which the curve will be constructed. Four coordinates must be supplied.
The spatial reference of the curve.
Creates a new instance of the CubicBezierBuilder class from a collection of coordinates. 4 coordinates must be supplied. This method must be called on the MCT. Use QueuedTask.Run.
Syntax

Parameters

coordinates
The enumeration of coordinates from which the curve will be constructed. Four coordinates must be supplied.
spatialReference
The spatial reference of the curve.
Exceptions
ExceptionDescription
4 points are required for a cubic bezier.
This method or property must be called within the lambda passed to QueuedTask.Run.
coordinates is null.
An operation on an empty geometry was attempted. coordinates contains an empty coordinate.
Remarks
The four points of the cubic bezier; points[0] is the start point, points[1] and points[2] are the control points, and points[3] is the end point.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

CubicBezierBuilder Class
CubicBezierBuilder Members
Overload List