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

In This Topic
    EllipticArcBuilderEx Class
    In This Topic
    A builder for creating an EllipticArcSegment whose methods can be called on any thread.
    Object Model
    EllipticArcBuilderEx ClassCoordinate2D StructureEllipticArcSegment ClassEllipticArcSegment ClassEllipticArcSegment ClassEllipticArcSegment ClassMapPoint ClassSpatialReference ClassMapPoint ClassEllipticArcSegment Class
    Syntax
    Public NotInheritable Class EllipticArcBuilderEx 
       Inherits SegmentBuilderEx
    public sealed class EllipticArcBuilderEx : SegmentBuilderEx 
    Remarks
    Use the EllipticArcBuilderEx 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 cannot change its shape once it is created. Hence, the EllipticArcBuilderEx provides the way to make changes when working with an EllipticArcSegment. Use the EllipticArcBuilderEx.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.

    Most of the EllipticArcBuilderEx methods can be called on any thread. If a method must be called on the MCT thread, it is noted in the summary.

    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Geometry.SegmentBuilderEx
          ArcGIS.Core.Geometry.EllipticArcBuilderEx

    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also