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

In This Topic
    RelativeMainlineDiagramLayoutParameters Class
    In This Topic
    Represents the Relative Mainline diagram layout parameters. This layout algorithm arranges diagram junctions and edges along a relative main line.
    Syntax
    public sealed class RelativeMainlineDiagramLayoutParameters : DiagramLayoutParameters 
    Public NotInheritable Class RelativeMainlineDiagramLayoutParameters 
       Inherits DiagramLayoutParameters
    Remarks
    • This layout algorithm arranges the network diagram features in the input network diagram along parallel straight lines for which all the connected edges have the same attribute value. It also places the branches coming from those lines, preserving both their directions regarding the straight lines and distances proportional to the initial distances and relative to each other.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also