ArcGIS Pro 2.9 API Reference Guide
RelativeMainlineDiagramLayoutParameters.TreeDirection Enumeration

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace : RelativeMainlineDiagramLayoutParameters.TreeDirection Enumeration
The direction of the mainline
Syntax
public enum RelativeMainlineDiagramLayoutParameters.TreeDirection : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum RelativeMainlineDiagramLayoutParameters.TreeDirection 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
FromLeftToRight Left to right direction. The relative main line will be drawn as a horizontal line starting from the left and ending on the right.
FromTopToBottom Top to bottom direction. The relative 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.RelativeMainlineDiagramLayoutParameters.TreeDirection

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace