ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / MainLineTreeDiagramLayoutParameters Class
Members

In This Topic
    MainLineTreeDiagramLayoutParameters Class
    In This Topic
    Represents the Mainline Tree diagram layout parameters. This layout algorithm arranges diagram junctions and edges hierarchically along a main line.
    Syntax
    public sealed class MainLineTreeDiagramLayoutParameters : DiagramLayoutParameters 
    Public NotInheritable Class MainLineTreeDiagramLayoutParameters 
       Inherits DiagramLayoutParameters
    Remarks
    • This layout algorithm arranges the junctions and edges in the input network diagram hierarchically along a main line and places its related branches on the left side, the right side, or both sides of the main line.
    • Root and end junctions can be specified in the diagram so the Mainline Tree layout algorithm builds a main line starting at a specified root junction and ending at a specified end junction.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Data.NetworkDiagrams.DiagramLayoutParameters
          ArcGIS.Core.Data.NetworkDiagrams.MainLineTreeDiagramLayoutParameters

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also