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

In This Topic
    MainRingDiagramLayoutParameters.TreeType Enumeration
    In This Topic
    The type of the tree.
    Syntax
    public enum MainRingDiagramLayoutParameters.TreeType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum MainRingDiagramLayoutParameters.TreeType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    LeftMainLine LeftMainLine. Each tree will be displayed hierarchically along a main line, and its related branches will be arranged on the left side of this main line.
    MainLine MainLine. Each tree will be displayed along a main line, and its related branches will be arranged on both the left and right sides of this main line.
    RightMainLine RightMainLine. Each tree will be displayed hierarchically along a main line, and its related branches will be arranged on the right side of this main line.
    SmartTree SmartTree. Each tree will be displayed hierarchically as a smart tree.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also