ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / MainRingDiagramLayoutParameters Class
Members Version

MainRingDiagramLayoutParameters Class
Represents the Main Ring diagram layout parameters. This layout algorithm arranges the diagram features in a network diagram around a main ring.
Syntax
public sealed class MainRingDiagramLayoutParameters : DiagramLayoutParameters 
Remarks
  • This layout algorithm arranges the diagram features around the main ring and hierarchically lays out the subset of diagram features that connect to each diagram junction placed along the main ring.
  • The main ring is the loop formed by the largest number of edges in the network diagram.
  • If the network diagram contains no loops, the Main Ring layout algorithm execution has no effect.
  • This layout algorithm is typically used in the telecommunications industry.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also