ArcGIS Pro 3.3 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 double MaximumShift {get; set;}
    Public Property MaximumShift As Double
    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, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also