ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / ExpressionReturnType Enumeration

In This Topic
    ExpressionReturnType Enumeration
    In This Topic
    Return types for Arcade expressions.
    Syntax
    Members
    MemberDescription
    Date The return type of the expression is treated as a date value by all consumers.
    DateOnly The return type of the expression is treated as a date-only value by all consumers.
    Default The return type of the expression is determined by the consumer using the expression.
    Numeric The return type of the expression is treated as a numeric value by all consumers.
    String The return type of the expression is treated as a string by all consumers.
    Time The return type of the expression is treated as a time value by all consumers.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also