ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / ReshapeEdgesDiagramLayoutParameters Class / SegmentSpacing Property

In This Topic
    SegmentSpacing Property
    In This Topic
    Segment spacing when executing the ReshapeEdgesDiagramLayoutParameters.Operation.SquareEdges operation.
    Syntax
    public double SegmentSpacing {get; set;}
    Public Property SegmentSpacing As Double
    Remarks
    The spacing that will separate parallel segments of squared edges incident to the same junction. The default is 5 in the units of the diagram's coordinate system.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also