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

In This Topic
    GridDiagramLayoutParameters Class
    In This Topic
    Represents the Grid diagram layout parameters. This layout algorithm positions diagram junctions relative to a predefined magnetic grid.
    Syntax
    public sealed class GridDiagramLayoutParameters : DiagramLayoutParameters 
    Public NotInheritable Class GridDiagramLayoutParameters 
       Inherits DiagramLayoutParameters
    Remarks
    • This algorithm positions diagram junctions relative to a magnetic grid that has cell sizes fixed by the CellWidth and CellHeight parameter values.
    • A grid with a specified cell size is essentially placed on the top of the diagram. The algorithm controls the number of cells that comprise a grid. This is calculated by factoring in the number of junctions that are going to be placed in the grid and the number of junctions that belong to each cell in the virtual grid.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also