ArcGIS Pro 2.7 API Reference Guide
MainLineTreeDiagramLayoutParameters.BranchPlacement Enumeration

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace : MainLineTreeDiagramLayoutParameters.BranchPlacement Enumeration
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.UtilityNetwork.NetworkDiagrams.MainLineTreeDiagramLayoutParameters.BranchPlacement

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace