ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / CompressionDiagramLayoutParameters Class / MaxDistanceForGrouping Property

In This Topic
    MaxDistanceForGrouping Property
    In This Topic
    Gets and sets the maximum distance for grouping.
    Syntax
    public double MaxDistanceForGrouping {get; set;}
    Public Property MaxDistanceForGrouping As Double
    Remarks
    The grouping distance is used to determine whether two connected junctions are close enough to be considered part of the same junctions group. A junctions group represents many junctions that are moved as a group during execution. The group may contain both junctions and containers. To group two junctions together, they must also be connected in the diagram by an edge. The default is 20 units in the diagram's coordinate system.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also