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

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also