ArcGIS Pro 2.9 API Reference Guide
MinimumShift Property

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace > LinearDispatchDiagramLayoutParameters Class : MinimumShift Property
The minimum distance that will separate each junction with two connected edges from its two edge extremities after the layout execution.
Syntax
public double MinimumShift {get; set;}
Public Property MinimumShift As Double
Remarks
The default is 2 units (in the units of the diagram's coordinate system if AbsoluteUnit is True). When this parameter value is too large, the junctions with two connections are moved so the distances between each moved junction and its edge extremities are equal along the path defined by its two connected edges.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

LinearDispatchDiagramLayoutParameters Class
LinearDispatchDiagramLayoutParameters Members