public enum ExpressionReturnType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum ExpressionReturnType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum ExpressionReturnType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum ExpressionReturnType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.CIM.ExpressionReturnType
Target Platforms: Windows 10, Windows 8.1, Windows 7