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

In This Topic
    AngleDirectedDiagramLayoutParameters Class
    In This Topic
    Represents the Angle Directed diagram layout parameters. This layout algorithm moves a diagram's edges in specified alignment directions.
    Syntax
    public sealed class AngleDirectedDiagramLayoutParameters : DiagramLayoutParameters 
    Public NotInheritable Class AngleDirectedDiagramLayoutParameters 
       Inherits DiagramLayoutParameters
    Remarks
    This layout algorithm progressively moves the diagram's edges in specified alignment directions. For each diagram edge, this layout considers its current direction, searches for the nearest desired direction among those specified, and moves the edge in that direction.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also