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

In This Topic
    ForceDirectedDiagramLayoutParameters Class
    In This Topic
    Represents the Force Directed diagram layout parameters.
    Syntax
    public sealed class ForceDirectedDiagramLayoutParameters : DiagramLayoutParameters 
    Public NotInheritable Class ForceDirectedDiagramLayoutParameters 
       Inherits DiagramLayoutParameters
    Remarks
    This layout algorithm uses a physical analogy to draw graphs by considering a graph a force system in which it tries to locally minimize the energy. It searches for an equilibrium state of the force system—a position for each diagram junction where the total force on each junction is zero. Because this algorithm has a tendency to emphasize loops contained in a network diagram, it is often used by operators who manage highly meshed networks, such as water, wastewater, or gas.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also