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

In This Topic
    ExpressionReturnType Enumeration
    In This Topic
    Visual variable info types.
    Syntax
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also