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

In This Topic
    MainLineTreeDiagramLayoutParameters.TreeDirection Enumeration
    In This Topic
    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.NetworkDiagrams.MainLineTreeDiagramLayoutParameters.TreeDirection

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also