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

In This Topic
    MainLineTreeDiagramLayoutParameters.EdgeType Enumeration
    In This Topic
    The type of display for the diagram edges related to the tree branches
    Syntax
    public enum MainLineTreeDiagramLayoutParameters.EdgeType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum MainLineTreeDiagramLayoutParameters.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.MainLineTreeDiagramLayoutParameters.EdgeType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also