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

ArcGIS.Core.Geometry Namespace > CubicBezierBuilderEx Class > CubicBezierBuilderEx Constructor : CubicBezierBuilderEx Constructor(CubicBezierSegment,SpatialReference)
The cubic bezier whose control points will be used to construct the CubicBezierBuilderEx.
(Optional) The spatial reference. The default value is null. The spatial reference of the input segment is ignored.
Creates a new instance of the CubicBezierBuilderEx class from another cubic bezier segment.
Syntax
Public Function New( _
   ByVal cubicBezier As CubicBezierSegment, _
   Optional ByVal spatialReference As SpatialReference _
)

Parameters

cubicBezier
The cubic bezier whose control points will be used to construct the CubicBezierBuilderEx.
spatialReference
(Optional) The spatial reference. The default value is null. The spatial reference of the input segment is ignored.
Exceptions
ExceptionDescription
cubicBezier is null.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

CubicBezierBuilderEx Class
CubicBezierBuilderEx Members
Overload List