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

In This Topic
    RotateTreeDiagramLayoutParameters Class
    In This Topic
    Represents the Rotate Tree diagram layout parameters. This layout algorithm rotates the tree or trees related to pivot junctions currently set up in a diagram to the specified angle.
    Syntax
    public sealed class RotateTreeDiagramLayoutParameters : DiagramLayoutParameters 
    Public NotInheritable Class RotateTreeDiagramLayoutParameters 
       Inherits DiagramLayoutParameters
    Remarks
    • This layout algorithm rotates the tree or trees related to the pivot junctions currently set up in the input network diagram layer according to the specified angle.
    • The Rotate Tree algorithm requires at least one pivot junction, such as a junction used as the center point around which the related graph will be rotated. The Rotate Tree layout also takes into account any barriers in the input diagram layer to prevent the algorithm from executing beyond the barriers.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also