ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / LinearDispatchDiagramLayoutParameters Class / MaximumShift Property

In This Topic
    MaximumShift Property
    In This Topic
    The maximum distance the junctions with two connections can be spaced from the junctions to which they connect.
    Syntax
    Public Property MaximumShift As Double
    public double MaximumShift {get; set;}
    Remarks
    The default is 2. At the time this distance is reached, junctions are no longer moved during following iterations.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also