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

BivariateGridSizeOption Enumeration
Bivariate grid size option.
Syntax
public enum BivariateGridSizeOption : System.Enum, 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, Windows 8.1

ArcGIS Pro version: 2.6 or higher.
See Also