ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Core.Geometry Namespace / CubicBezierBuilderEx Class
Version


    CubicBezierBuilderEx Class Properties

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

    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
    See Also