ArcGIS Pro 2.9 API Reference Guide
MainLineTreeDiagramLayoutParameters.TreeDirection Enumeration

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace : MainLineTreeDiagramLayoutParameters.TreeDirection Enumeration
The direction of the mainline
Syntax
public enum MainLineTreeDiagramLayoutParameters.TreeDirection : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum MainLineTreeDiagramLayoutParameters.TreeDirection 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
FromBottomToTop Bottom to top direction. The main line will be drawn as a vertical line starting from the bottom and ending at the top.
FromLeftToRight Left to right direction. The main line will be drawn as a horizontal line starting from the left and ending on the right.
FromRightToLeft Right to left direction. The main line will be drawn as a horizontal line starting from the right and ending on the left.
FromTopToBottom Top to bottom direction. The main line will be drawn as a vertical line starting from the top and ending at the bottom.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams.MainLineTreeDiagramLayoutParameters.TreeDirection

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace