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

In This Topic
    BAVariableListValueType Enumeration
    In This Topic
    Represents variable value type.
    Syntax
    public enum BAVariableListValueType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum BAVariableListValueType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Average Average value type.
    Index Index value type.
    Number Number value type.
    Percent Percent value type.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also