ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Geometry Namespace / EllipticArcSegment Class
Members

In This Topic
    EllipticArcSegment Class
    In This Topic
    Represents an elliptic arc segment for use in a Multipart geometry. To create an elliptic arc segment use the EllipticArcBuilderEx object.
    Object Model
    EllipticArcSegment ClassCoordinate2D StructureCoordinate2D StructureMapPoint ClassEnvelope ClassSpatialReference ClassCoordinate2D StructureMapPoint Class
    Syntax
    Public NotInheritable Class EllipticArcSegment 
       Inherits Segment
    public sealed class EllipticArcSegment : Segment 
    Remarks
    An elliptic arc is the portion of the boundary of a 2D ellipse that connects two points.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Geometry.Segment
          ArcGIS.Core.Geometry.EllipticArcSegment

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also