ArcGIS Pro 2.8 API Reference Guide
ForceDirectedDiagramLayoutParameters.Freedom Enumeration

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace : ForceDirectedDiagramLayoutParameters.Freedom Enumeration
Factor that limits the area used to move the diagram junctions during each algorithm iteration.
Syntax
public enum ForceDirectedDiagramLayoutParameters.Freedom : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum ForceDirectedDiagramLayoutParameters.Freedom 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
High High degree of freedom. The area used to move the diagram junctions will be very large.
Low Low degree of freedom. The area used to move the diagram junctions will be very limited.
Medium Medium degree of freedom. The area used to move the diagram junctions will be moderate.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams.ForceDirectedDiagramLayoutParameters.Freedom

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace