ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / RelativeMainlineDiagramLayoutParameters Class / MinimalDistance Property

In This Topic
    MinimalDistance Property
    In This Topic
    Minimal distance that must be kept between two adjacent groups of neighbor junctions.
    Syntax
    public double MinimalDistance {get; set;}
    Public Property MinimalDistance As Double
    Remarks
    This minimal distance is also used to group neighbor junctions regarding their projection along the direction axis. Two junctions projected on this axis will belong to the same group when the distance between the two projected points is lower than this distance. The default is 0.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also