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

In This Topic
    MainLineTreeDiagramLayoutParameters.BranchPlacement Enumeration
    In This Topic
    The way the branches that start from the mainline are placed.
    Syntax
    public enum MainLineTreeDiagramLayoutParameters.BranchPlacement : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum MainLineTreeDiagramLayoutParameters.BranchPlacement 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    BothSidesOfMainLine Both sides of main line. Branches will be placed on both the left and right sides of the main line.
    LeftSideOfMainLine Left side of main line. Branches will only be placed on the left side of the main line.
    RightSideOfMainLine Right side of main line. Branches will only be placed on the right side of the main line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.NetworkDiagrams.MainLineTreeDiagramLayoutParameters.BranchPlacement

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also