ArcGIS Pro 2.6 API Reference Guide
MainRingDiagramLayoutParameters.EdgeType Enumeration

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace : MainRingDiagramLayoutParameters.EdgeType Enumeration
The type of the edges.
Syntax
public enum MainRingDiagramLayoutParameters.EdgeType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum MainRingDiagramLayoutParameters.EdgeType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
Curved Curved. All diagram edges related to the tree branches will be curved.
Orthogonal Orthogonal. All diagram edges related to the tree branches will display with right angles.
Regular Regular. All diagram edges related to the tree branches do not display with right angles.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams.MainRingDiagramLayoutParameters.EdgeType

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace