ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / RelativeMainlineDiagramLayoutParameters Class / CompressionRatio Property
Version

    CompressionRatio Property
    Compression ratio used to compress the junction along the axis of the main line.
    Syntax
    public double CompressionRatio {get; set;}
    Remarks
    The compression is only used when the compression along the main line direction is activated. It is a number between 0 and 100 that is applied to the length of any edge after subtracting the minimal distance of its length. When it is 100, the distance between each detected junction group is equal to the minimal distance. The default is 0.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also