ArcGIS Pro 2.6 API Reference Guide
EllipticArcBuilder Class
Members 

ArcGIS.Core.Geometry Namespace : EllipticArcBuilder Class
Constructs an EllipticArcSegment for use in a Multipart geometry.
Object Model
EllipticArcBuilder ClassCoordinate2D StructureEllipticArcSegment ClassMapPoint ClassSpatialReference ClassMapPoint ClassEllipticArcSegment Class
Syntax
public sealed class EllipticArcBuilder : SegmentBuilder, System.IDisposable  
Public NotInheritable Class EllipticArcBuilder 
   Inherits SegmentBuilder
   Implements System.IDisposable 
Remarks
Use the EllipticArcBuilder class to create and/or modify an EllipticArcSegment shape. An EllipticArcSegment is based upon the parent Segment class. The Segment class is immutable which means that you can not change its shape once it is created. Hence, the EllipticArcBuilder provides the way to make changes when working with an EllipticArcSegment. Use the EllipticArcBuilder.ToSegment method to get the EllipticArcSegment from the builder.

An elliptic arc is the portion of the boundary of a 2D ellipse that connects two points.

Inheritance Hierarchy

System.Object
   ArcGIS.Core.CoreObjectsBase
      ArcGIS.Core.Geometry.SegmentBuilder
         ArcGIS.Core.Geometry.EllipticArcBuilder

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EllipticArcBuilder Members
ArcGIS.Core.Geometry Namespace