ArcGIS Pro 2.6 API Reference Guide
CubicBezierBuilder Class Members
Properties  Methods 


ArcGIS.Core.Geometry Namespace : CubicBezierBuilder Class

The following tables list the members exposed by CubicBezierBuilder.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property Gets or sets the control point1 of the CubicBezier segment.  
Public Property Gets or sets the control point2 of the CubicBezier segment.  
Public Property Gets or sets the end point of the CubicBezier segment.  
Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
Public PropertyGets or sets the SpatialReference for the geometry being built. (Inherited from ArcGIS.Core.Geometry.SegmentBuilder)
Public Property Gets or sets the start point of the CubicBezier segment.  
Top
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