ArcGIS Pro 2.6 API Reference Guide
BivariateGridSizeOption Enumeration

ArcGIS.Core.CIM Namespace : BivariateGridSizeOption Enumeration
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace