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

In This Topic
    ReshapeEdgesDiagramLayoutParameters Class
    In This Topic
    Represents the Reshape Diagram Edges diagram layout parameters. This layout algorithm processes simple operations on vertices along edges.
    Syntax
    public sealed class ReshapeEdgesDiagramLayoutParameters : DiagramLayoutParameters 
    Public NotInheritable Class ReshapeEdgesDiagramLayoutParameters 
       Inherits DiagramLayoutParameters
    Remarks
    This layout is used to process simple operations on vertices along edges in network diagrams. It enables you to reduce all vertices or some vertices along diagram edges, square diagram edges with the addition of vertices on edges, and separate diagram edges that overlap.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also