ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / CubicBezierBuilderEx Class
Properties Methods


In This Topic
    CubicBezierBuilderEx Class Members
    In This Topic

    The following tables list the members exposed by CubicBezierBuilderEx.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets control point 1.  
    Public Property Gets or sets control point 2.  
    Public Property Gets or sets the end point. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx)
    Public PropertyGets if the builder is empty. A builder is empty if the SegmentBuilderEx.StartPoint is empty or the SegmentBuilderEx.EndPoint is empty. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx)
    Public Property Gets or sets the spatial reference. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx)
    Public Property Gets or sets the start point. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx)
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded.   
    Public Method Copies this builder's points.  
    Public Method Sets this builder's points.  
    Public Method Sets the builder empty. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx)
    Public MethodReturns a CubicBezierSegment instance representing the current state of the builder.  
    Top
    See Also