ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / MainRingDiagramLayoutParameters.MainRingType Enumeration

In This Topic
    MainRingDiagramLayoutParameters.MainRingType Enumeration
    In This Topic
    The type of the main ring.
    Syntax
    public enum MainRingDiagramLayoutParameters.MainRingType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum MainRingDiagramLayoutParameters.MainRingType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Ellipse Ellipse. The diagram features of the detected main ring will display along an ellipse.
    Rectangle Rectangle. The diagram features of the detected main ring will display along a rectangle.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.NetworkDiagrams.MainRingDiagramLayoutParameters.MainRingType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also