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


In This Topic
    CubicBezierSegment Class Properties
    In This Topic

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

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