ArcGIS Pro 2.7 API Reference Guide
ReshapeEdgesDiagramLayoutParameters.Operation Enumeration

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace : ReshapeEdgesDiagramLayoutParameters.Operation Enumeration
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.UtilityNetwork.NetworkDiagrams.ReshapeEdgesDiagramLayoutParameters.Operation

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace