ArcGIS Pro 2.9 API Reference Guide
MainRingDiagramLayoutParameters.TreeType Enumeration

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace : MainRingDiagramLayoutParameters.TreeType Enumeration
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.UtilityNetwork.NetworkDiagrams.MainRingDiagramLayoutParameters.TreeType

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace