RangeDomain QML Type

A domain which specifies a range of valid values for a field. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.0
Inherits:

Domain

Properties

Detailed Description

Note: Since the 100.10 release, this class may be created from json. This is the only way the class may be created.

Property Documentation

maxValue : var

Returns the maximum value of the range (read-only).

Note: The supported types are:

  • int
  • real
  • double
  • date

minValue : var

Returns the minimum value of the range (read-only).

Note: The supported types are:

  • int
  • real
  • double
  • date

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.