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

In This Topic
    MainRingDiagramLayoutParameters.EdgeType Enumeration
    In This Topic
    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.NetworkDiagrams.MainRingDiagramLayoutParameters.EdgeType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also