ArcGIS Pro 2.6 API Reference Guide
MinorOrMajor Enumeration

ArcGIS.Core.Geometry Namespace : MinorOrMajor Enumeration
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 EllipticArcBuilder.CreateEllipticArcSegment.
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Geometry Namespace