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

ArcGIS.Core.Geometry Namespace > CubicBezierBuilderEx Class > CubicBezierBuilderEx Constructor : CubicBezierBuilderEx Constructor(MapPoint,MapPoint,MapPoint,MapPoint,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. The spatial references of the input points are ignored.
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. The spatial references of the input points are ignored.
Exceptions
ExceptionDescription
startPoint or controlPoint1 or controlPoint2 or endPoint is null.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

CubicBezierBuilderEx Class
CubicBezierBuilderEx Members
Overload List