ArcGIS Pro 2.9 API Reference Guide
CubicBezierBuilder Class Methods


ArcGIS.Core.Geometry Namespace : CubicBezierBuilder Class

For a list of all members of this type, see CubicBezierBuilder members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded.   
Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
Public Method Copies this CubicBezier curve's control points into the startPt, controlPt1, controlPt2, and endPt parameters. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Sets this CubicBezier curve's control points to be the startPt, controlPt1, controlPt2, and endPt. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodReturns a CubicBezierSegment instance representing the current state of the builder. This method must be called on the MCT. Use QueuedTask.Run.  
Top
See Also

Reference

CubicBezierBuilder Class
ArcGIS.Core.Geometry Namespace