ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / CompressionDiagramLayoutParameters Class
Members

In This Topic
    CompressionDiagramLayoutParameters Class
    In This Topic
    Represents the Compression diagram layout parameters. This layout algorithm compresses the diagram features toward the middle of the diagram.
    Syntax
    public sealed class CompressionDiagramLayoutParameters : DiagramLayoutParameters 
    Public NotInheritable Class CompressionDiagramLayoutParameters 
       Inherits DiagramLayoutParameters
    Remarks
    This algorithm is useful for networks that span thousands of miles and are otherwise difficult to view and understand in their true geographic positions—for example, in the transmission utilities industry.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Data.NetworkDiagrams.DiagramLayoutParameters
          ArcGIS.Core.Data.NetworkDiagrams.CompressionDiagramLayoutParameters

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also