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

In This Topic
    LinearDispatchDiagramLayoutParameters Class
    In This Topic
    Represents the Linear Dispatch diagram layout parameters. This layout algorithms spaces out diagram junctions that are visually too close, overlapping, or coincident.
    Syntax
    public sealed class LinearDispatchDiagramLayoutParameters : DiagramLayoutParameters 
    Public NotInheritable Class LinearDispatchDiagramLayoutParameters 
       Inherits DiagramLayoutParameters
    Remarks
    • This layout algorithm spaces out diagram junctions that are visually too close, overlapping, or coincident. It moves junctions along their connected edges. The movement along the edges depends on the current and relative position of junctions and on the layout parameters.
    • This algorithm also separates diagram edges connected to the target junctions. The valence for these junctions is taken into account—that is, the number of their adjacent edges as well as the edge paths can be preserved.
    • This layout is especially useful for water, wastewater, and gas but can be deployed for other industries as well.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also