ArcGIS Pro 2.9 API Reference Guide
ForceDirectedDiagramLayoutParameters Class
Members 

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace : ForceDirectedDiagramLayoutParameters Class
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.UtilityNetwork.NetworkDiagrams.DiagramLayoutParameters
      ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams.ForceDirectedDiagramLayoutParameters

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ForceDirectedDiagramLayoutParameters Members
ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace