ArcGIS Pro 2.8 API Reference Guide
MaxDistanceForGrouping Property

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace > CompressionDiagramLayoutParameters Class : MaxDistanceForGrouping Property
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 10, Windows 8.1

See Also

Reference

CompressionDiagramLayoutParameters Class
CompressionDiagramLayoutParameters Members