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

MainRingDiagramLayoutParameters.MainRingType Enumeration
The type of the main ring.
Syntax
public enum MainRingDiagramLayoutParameters.MainRingType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattable  
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