ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MinorOrMajor Enumeration

In This Topic
    MinorOrMajor Enumeration
    In This Topic
    Indicates whether the arc is a minor or major arc. An arc is minor if the central angle is less than PI radians (180 degrees) and major otherwise. Used with EllipticArcBuilderEx.CreateCircularArc.
    Syntax
    Members
    MemberDescription
    Major An arc is a major arc if the central angle is greater than or equal to PI radians (180 degrees)
    Minor An arc is a minor arc if the central angle is less than PI radians (180 degrees)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Geometry.MinorOrMajor

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also