ArcGIS Pro 2.9 API Reference Guide
CubicBezierBuilderEx Constructor(Coordinate2D,Coordinate2D,Coordinate2D,Coordinate2D,SpatialReference)

ArcGIS.Core.Geometry Namespace > CubicBezierBuilderEx Class > CubicBezierBuilderEx Constructor : CubicBezierBuilderEx 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.
param name="spatialReference">(Optional) The spatial reference.The default value is null.
Creates a new instance of the CubicBezierBuilderEx class from four control points.
Syntax

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.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

CubicBezierBuilderEx Class
CubicBezierBuilderEx Members
Overload List