ArcGIS Pro 3.7 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 Property CircularArcRadius As Double
    public double CircularArcRadius {get; set;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also