ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / CubicBezierBuilderEx Class / SetCoords Method
The start point.
Control point 1 of the cubic bezier.
Control point 2 of the cubic bezier.
The end point.

In This Topic
    SetCoords Method (CubicBezierBuilderEx)
    In This Topic
    Sets this builder's points.
    Syntax

    Parameters

    startPoint
    The start point.
    controlPoint1
    Control point 1 of the cubic bezier.
    controlPoint2
    Control point 2 of the cubic bezier.
    endPoint
    The end point.
    Exceptions
    ExceptionDescription
    startPoint or controlPoint1 or controlPoint2 or endPoint is null or empty.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also