ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / ReshapeEdgesDiagramLayoutParameters.Operation Enumeration

In This Topic
    ReshapeEdgesDiagramLayoutParameters.Operation Enumeration
    In This Topic
    The type of reshape operation.
    Syntax
    public enum ReshapeEdgesDiagramLayoutParameters.Operation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum ReshapeEdgesDiagramLayoutParameters.Operation 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    MarkCrossingEdges Mark crossing edges operation. Inserts circle arcs along diagram edges to mark the crossing with other edges.
    ReduceVerticesByAngle Reduce vertices by angle operation. Removes some or all vertices displayed along diagram edges according to the angle that separates the segments incident to those vertices.
    RemoveVertices Remove vertices operation. Removes all vertices along any edges in the diagram.
    SeparateOverlappingEdges Separate overlapping edges operation. Separates edges that connect the same origin and extremity junctions when they are overlapping.
    SquareEdges Square edges operation. Inserts vertices along diagram edges so these edges are displayed with right angles.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.NetworkDiagrams.ReshapeEdgesDiagramLayoutParameters.Operation

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also