The following tables list the members exposed by CubicBezierBuilder.
            
            Public Constructors
            
            
            
            
            
            
            
            Public Properties
            
            
            
            Public Methods
|  | Name | Description | 
|---|
|   | CreateCubicBezierSegment | Overloaded. | 
|  | Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) | 
|  | QueryCoords | 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. | 
|  | SetCoords | 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. | 
|  | ToSegment | Returns a CubicBezierSegment instance representing the current state of the builder. This method must be called on the MCT. Use QueuedTask.Run. | 
TopSee Also