ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Core.Geometry Namespace / CubicBezierBuilderEx Class / CreateCubicBezierSegment Method / CreateCubicBezierSegment(CubicBezierSegment,SpatialReference) Method
The cubic bezier.
(Optional)The spatial reference. If spatialReference is null, then the spatial reference is inherited from cubicBezier.
Version

    CreateCubicBezierSegment(CubicBezierSegment,SpatialReference) Method
    Convenience method to create a new instance of the CubicBezierSegment class from the four control points of a cubic bezier.
    Syntax

    Parameters

    cubicBezier
    The cubic bezier.
    spatialReference
    (Optional)The spatial reference. If spatialReference is null, then the spatial reference is inherited from cubicBezier.
    Exceptions
    ExceptionDescription
    cubicBezier is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also