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

In This Topic
    CircularArcRadius Property
    In This Topic
    Circular arc radius when executing the ReshapeEdgesDiagramLayoutParameters.Operation.MarkCrossingEdges operation.
    Syntax
    public double CircularArcRadius {get; set;}
    Public Property CircularArcRadius As Double
    Remarks
    The radius of the circular arc used to mark the edges crossings. The default is 5.0 in the units of the diagram's coordinate system.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also