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

In This Topic
    PartialOverlappingEdgesDiagramLayoutParameters Class
    In This Topic
    Represents the Partial Overlapping Edges diagram layout parameters. This layout algorithm spaces out collinear edges or collinear portions of edges (edge segments) inside a given buffer zone.
    Syntax
    public sealed class PartialOverlappingEdgesDiagramLayoutParameters : DiagramLayoutParameters 
    Public NotInheritable Class PartialOverlappingEdgesDiagramLayoutParameters 
       Inherits DiagramLayoutParameters
    Remarks
    • This layout algorithm detects sets of collinear edges or collinear portions of edges (edge segments) that can be considered as being inside a buffer zone of a given size.
    • The edges or segments must be relatively close to each other—more or less parallel, overlap, or nearly overlap—and similar in length. Segment buffer zones are then repositioned equally on the left and right sides, a proportional distance from the middle of the zone.
    • The distance between each segment is equal to a given offset. If vertices exist along diagram edges, the global orientation of the segments is preserved as much as possible. This is done so that, for example, a segment lying on the left side of another segment still ends up on the left side.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also