ArcGIS Pro 2.9 API Reference Guide
QueryCoords Method (CubicBezierBuilderEx)

ArcGIS.Core.Geometry Namespace > CubicBezierBuilderEx Class : QueryCoords Method
The start point.
Control point 1 of the cubic bezier.
Control point 2 of the cubic bezier.
The end point.
Copies this builder's points.
Syntax
Public Sub QueryCoords( _
   ByRef startPoint As MapPoint, _
   ByRef controlPoint1 As Coordinate2D, _
   ByRef controlPoint2 As Coordinate2D, _
   ByRef endPoint As MapPoint _
) 

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.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

CubicBezierBuilderEx Class
CubicBezierBuilderEx Members