ArcGIS Pro 2.8 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.
param name="spatialReference">(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
param name="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 10, Windows 8.1

See Also

Reference

CubicBezierBuilderEx Class
CubicBezierBuilderEx Members
Overload List