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


In This Topic
    CubicBezierSegment Class Members
    In This Topic

    The following tables list the members exposed by CubicBezierSegment.

    Public Properties
     NameDescription
    Public PropertyGets the first control point as a Coordinate2D structure.  
    Public PropertyGets the second control point as a Coordinate2D structure.  
    Public PropertyGets the end point as a Coordinate2D. (Inherited from ArcGIS.Core.Geometry.Segment)
    Public Property Gets the end point. (Inherited from ArcGIS.Core.Geometry.Segment)
    Public PropertyOverridden.  Gets whether this cubic bezier is a curve.  
    Public PropertyOverridden.  Gets the 2D length of this cubic bezier.  
    Public PropertyOverridden. Gets the segment type. Always returns SegmentType.Bezier.  
    Public PropertyGets the spatial reference. (Inherited from ArcGIS.Core.Geometry.Segment)
    Public PropertyGets the start point as a Coordinate2D. (Inherited from ArcGIS.Core.Geometry.Segment)
    Public Property Gets the start point. (Inherited from ArcGIS.Core.Geometry.Segment)
    Top
    Public Methods
     NameDescription
    Public Method Gets the 2D envelope of this cubic bezier segment.  
    Public MethodCompares two Segment for equality. Compares Segment.SegmentType, Segment.SpatialReference, and coordinates for equality. (Inherited from ArcGIS.Core.Geometry.Segment)
    Top
    See Also