ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / BivariateGridSizeOption Enumeration

In This Topic
    BivariateGridSizeOption Enumeration
    In This Topic
    Bivariate grid size option.
    Syntax
    public enum BivariateGridSizeOption : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum BivariateGridSizeOption 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    FourByFour A grid with four rows and four columns.
    ThreeByThree A grid with three rows and three columns.
    TwoByTwo A grid with two rows and two columns.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.BivariateGridSizeOption

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also